User class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

User(String username, String? name, bool private, bool vip, bool vipEp, Ids ids, String? location, String? about, String? gender, int? age, Images? images, String? joinedAt, bool? vipOG, int? vipYears, String? vipCoverImage)
User.fromJson(Map<String, dynamic> json)
factory

Properties

about String?
final
age int?
final
gender String?
final
hashCode int
The hash code for this object.
no setterinherited
ids Ids
final
images Images?
final
joinedAt String?
final
location String?
final
name String?
final
private bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
final
vip bool
final
vipCoverImage String?
final
vipEp bool
final
vipOG bool?
final
vipYears int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJsonModel(Map<String, dynamic> json) User