LoginProfile class

Available extensions
Annotations

Constructors

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

Properties

accountStatus int?
getter/setter pair
authority int?
getter/setter pair
authStatus int?
getter/setter pair
avatarDetail ↔ dynamic
getter/setter pair
avatarImgId int?
getter/setter pair
avatarImgIdStr String?
getter/setter pair
avatarimgidStr String?
getter/setter pair
avatarUrl String?
getter/setter pair
backgroundImgId int?
getter/setter pair
backgroundImgIdStr String?
getter/setter pair
backgroundUrl String?
getter/setter pair
birthday int?
getter/setter pair
city int?
getter/setter pair
defaultAvatar bool?
getter/setter pair
description String?
getter/setter pair
detailDescription String?
getter/setter pair
djStatus int?
getter/setter pair
eventCount int?
getter/setter pair
experts LoginProfileExperts?
getter/setter pair
expertTags ↔ dynamic
getter/setter pair
followed bool?
getter/setter pair
followeds int?
getter/setter pair
follows int?
getter/setter pair
gender int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mutual bool?
getter/setter pair
nickname String?
getter/setter pair
playlistBeSubscribedCount int?
getter/setter pair
playlistCount int?
getter/setter pair
province int?
getter/setter pair
remarkName ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
getter/setter pair
userId int?
getter/setter pair
userType int?
getter/setter pair
vipType int?
getter/setter pair

Methods

copyWith({int? userType, String? avatarUrl, int? vipType, int? authStatus, int? djStatus, String? detailDescription, LoginProfileExperts? experts, dynamic expertTags, int? accountStatus, String? nickname, int? birthday, int? gender, int? province, int? city, int? avatarImgId, int? backgroundImgId, bool? defaultAvatar, bool? mutual, dynamic remarkName, bool? followed, String? backgroundUrl, String? backgroundImgIdStr, String? avatarImgIdStr, String? description, int? userId, String? signature, int? authority, String? avatarimgidStr, int? followeds, int? follows, int? eventCount, dynamic avatarDetail, int? playlistCount, int? playlistBeSubscribedCount}) LoginProfile

Available on LoginProfile, provided by the LoginProfileExtension 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