ReportTitle class Null safety

리포트 타이틀 모델입니다. 반추가 증가하고 있습니다, 활동량이 감소했습니다 등의 데이터를 가져옵니다.

Annotations

Constructors

ReportTitle({required int id, required String title})
ReportTitle.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
id int
리포트 타이틀 아이디
@JsonKey(name: 'id'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
title String
텍스트 내용 반추가 증가하고 있습니다, 활동량이 감소했습니다...
@JsonKey(name: 'title'), read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited