AppServiceTerms class Null safety
앱에 사용 설정된 서비스 약관 목록 클래스
- Annotations
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- createdAt ↔ DateTime
-
서비스 약관이 등록된 시간
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- tag ↔ String
-
서비스 약관에 설정된 태그(tag)
read / write
- updatedAt ↔ DateTime
-
서비스 약관이 수정된 시간
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited