UserInfoAccount class

Available extensions
Annotations

Constructors

UserInfoAccount.new()
UserInfoAccount.fromJson(Map<String, dynamic> json)
factory

Properties

anonimousUser bool?
getter/setter pair
ban int?
getter/setter pair
baoyueVersion int?
getter/setter pair
createTime int?
getter/setter pair
donateVersion int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
paidFee bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
tokenVersion int?
getter/setter pair
type int?
getter/setter pair
userName String?
getter/setter pair
vipType int?
getter/setter pair
whitelistAuthority int?
getter/setter pair

Methods

copyWith({int? id, String? userName, int? type, int? status, int? whitelistAuthority, int? createTime, int? tokenVersion, int? ban, int? baoyueVersion, int? donateVersion, int? vipType, bool? anonimousUser, bool? paidFee}) UserInfoAccount

Available on UserInfoAccount, provided by the UserInfoAccountExtension extension

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.
override

Operators

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