UserInfoProfile class

Available extensions
Annotations

Constructors

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

Properties

accountStatus int?
getter/setter pair
accountType int?
getter/setter pair
anchor bool?
getter/setter pair
authenticated bool?
getter/setter pair
authenticationTypes int?
getter/setter pair
authority int?
getter/setter pair
authStatus int?
getter/setter pair
avatarDetail ↔ dynamic
getter/setter pair
avatarImgId int?
getter/setter pair
avatarUrl String?
getter/setter pair
backgroundImgId int?
getter/setter pair
backgroundUrl String?
getter/setter pair
birthday int?
getter/setter pair
city int?
getter/setter pair
createTime int?
getter/setter pair
defaultAvatar bool?
getter/setter pair
description String?
getter/setter pair
detailDescription String?
getter/setter pair
djStatus int?
getter/setter pair
experts ↔ dynamic
getter/setter pair
expertTags ↔ dynamic
getter/setter pair
followed bool?
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastLoginIP String?
getter/setter pair
lastLoginTime int?
getter/setter pair
locationStatus int?
getter/setter pair
mutual bool?
getter/setter pair
nickname String?
getter/setter pair
province int?
getter/setter pair
remarkName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortUserName String?
getter/setter pair
signature String?
getter/setter pair
userId int?
getter/setter pair
userName String?
getter/setter pair
userType int?
getter/setter pair
vipType int?
getter/setter pair
viptypeVersion int?
getter/setter pair

Methods

copyWith({int? userId, int? userType, String? nickname, int? avatarImgId, String? avatarUrl, int? backgroundImgId, String? backgroundUrl, String? signature, int? createTime, String? userName, int? accountType, String? shortUserName, int? birthday, int? authority, int? gender, int? accountStatus, int? province, int? city, int? authStatus, String? description, String? detailDescription, bool? defaultAvatar, dynamic expertTags, dynamic experts, int? djStatus, int? locationStatus, int? vipType, bool? followed, bool? mutual, bool? authenticated, int? lastLoginTime, String? lastLoginIP, String? remarkName, int? viptypeVersion, int? authenticationTypes, dynamic avatarDetail, bool? anchor}) UserInfoProfile

Available on UserInfoProfile, provided by the UserInfoProfileExtension 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