UserDetailInfo class
Constructors
-
UserDetailInfo.new({required Rxn<
String> about, required Rxn<int> age, required Rxn<String> email, required Rxn<int> friends, required Rxn<int> posts, required Rxn<int> awards, required Rxn<String> phoneNumber, required Rxn<String> birthdayDate, required Rxn<String> inviteCode, required Rxn<String> lastloginDate, required Rxn<String> lastloginDateV2, required Rxn<String> lastfailedDate, required Rxn<Country> country, required Rxn<Province> province}) -
UserDetailInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
about
↔ Rxn<
String> -
getter/setter pair
-
age
↔ Rxn<
int> -
getter/setter pair
-
awards
↔ Rxn<
int> -
getter/setter pair
-
birthdayDate
↔ Rxn<
String> -
getter/setter pair
-
country
↔ Rxn<
Country> -
getter/setter pair
-
email
↔ Rxn<
String> -
getter/setter pair
-
friends
↔ Rxn<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inviteCode
↔ Rxn<
String> -
getter/setter pair
-
lastfailedDate
↔ Rxn<
String> -
getter/setter pair
-
lastloginDate
↔ Rxn<
String> -
getter/setter pair
-
lastloginDateV2
↔ Rxn<
String> -
getter/setter pair
-
phoneNumber
↔ Rxn<
String> -
getter/setter pair
-
posts
↔ Rxn<
int> -
getter/setter pair
-
province
↔ Rxn<
Province> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited