UUserJson class
Constructors
-
UUserJson.new({String? fcmToken, List<
String> ? health1, List<String> ? foodAllergies, List<String> ? drugAllergies, List<String> ? sickness, int? weight, int? height, String? address, String? fatherName, List<UVisitCount> ? visitCounts, List<UUserAnswerJson> userAnswerJson = const <UUserAnswerJson>[]}) - UUserJson.fromJson(String str)
-
factory
-
UUserJson.fromMap(Map<
String, dynamic> json) -
factory
Properties
- address → String?
-
final
-
drugAllergies
→ List<
String> ? -
final
- fatherName → String?
-
final
- fcmToken → String?
-
final
-
foodAllergies
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
health1
→ List<
String> ? -
final
- height → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sickness
→ List<
String> ? -
final
-
userAnswerJson
→ List<
UUserAnswerJson> -
final
-
visitCounts
→ List<
UVisitCount> ? -
final
- weight → int?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited