ApiShortUser class

Constructors

ApiShortUser({String? idx, String? name, String? nickname, String? gender, String? birthdate, String? point, String? photoIdx, String? photoUrl, String? firebaseUid})
ApiShortUser.fromJson(dynamic json)
factory

Properties

age String
no setter
ageGroup String
no setter
birthdate String?
final
firebaseUid String?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
idx String?
final
name String?
final
nickname String?
final
nicknameOrName String?
no setter
photoIdx String?
final
photoUrl String?
final
point String?
final
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
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited