Preference class Null safety Models

[ { "healthDoubtNotification": { "on": false "items": { "action": ActionType.lactation, "on": false, } } } ]

} 설정

Annotations

Constructors

Preference({Map<String, dynamic>? healthDoubtNotification, Map<String, dynamic>? oddActionNotification, Map<String, dynamic>? needCheckNotification, Map<String, dynamic>? qnaNotification, Farm? farm})
Preference.fromJson(Map<String, dynamic> json)
factory

Properties

farm Farm?
@JsonKey(name: 'farm'), read / write
hashCode int
The hash code for this object. [...]
read-only, override
healthDoubtNotification Map<String, dynamic>?
@JsonKey(name: 'healthDoubtNotification'), read / write
needCheckNotification Map<String, dynamic>?
@JsonKey(name: 'needCheckNotification'), read / write
oddActionNotification Map<String, dynamic>?
@JsonKey(name: 'oddActionNotification'), read / write
qnaNotification Map<String, dynamic>?
@JsonKey(name: 'qnaNotification'), read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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. [...]
override