AccountV1 class

Constructors

AccountV1({String? id, String? login, String? name, DateTime? create_time, bool? deleted, bool? active, String? about, String? time_zone, String? language, String? theme, dynamic custom_hdr, dynamic custom_dat})

Properties

about String?
getter/setter pair
active bool?
getter/setter pair
create_time DateTime?
getter/setter pair
custom_dat ↔ dynamic
getter/setter pair
custom_hdr ↔ dynamic
getter/setter pair
deleted bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique object identifier of type K.
getter/setter pair
language String?
getter/setter pair
login String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme String?
getter/setter pair
time_zone String?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
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