UUserCreateParams class

Constructors

UUserCreateParams.new({required String userName, required String password, required String phoneNumber, required String email, required List<int> tags, String? firstName, String? lastName, String? bio, String? country, String? state, String? city, DateTime? birthdate, int? weight, int? height, String? address, String? fatherName, String? fcmToken, List<String>? health1, List<String>? foodAllergies, List<String>? drugAllergies, List<String>? sickness, List<String>? categories})
UUserCreateParams.fromJson(String str)
factory
UUserCreateParams.fromMap(Map<String, dynamic> json)
factory

Properties

address String?
final
bio String?
final
birthdate DateTime?
final
categories List<String>?
final
city String?
final
country String?
final
drugAllergies List<String>?
final
email String
final
fatherName String?
final
fcmToken String?
final
firstName String?
final
foodAllergies List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
health1 List<String>?
final
height int?
final
lastName String?
final
password String
final
phoneNumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sickness List<String>?
final
state String?
final
tags List<int>
final
userName String
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