PlaylistDetailPlaylistSubscribers class
- Available extensions
- Annotations
Constructors
- PlaylistDetailPlaylistSubscribers.new()
-
PlaylistDetailPlaylistSubscribers.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountStatus ↔ int?
-
getter/setter pair
- anchor ↔ bool?
-
getter/setter pair
- authenticationTypes ↔ int?
-
getter/setter pair
-
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
- 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
- mutual ↔ bool?
-
getter/setter pair
- nickname ↔ String?
-
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(
{bool? defaultAvatar, int? province, int? authStatus, bool? followed, String? avatarUrl, int? accountStatus, int? gender, int? city, int? birthday, int? userId, int? userType, String? nickname, String? signature, String? description, String? detailDescription, int? avatarImgId, int? backgroundImgId, String? backgroundUrl, int? authority, bool? mutual, dynamic expertTags, dynamic experts, int? djStatus, int? vipType, dynamic remarkName, int? authenticationTypes, dynamic avatarDetail, String? avatarImgIdStr, String? backgroundImgIdStr, bool? anchor, String? avatarimgidStr}) → PlaylistDetailPlaylistSubscribers -
Available on PlaylistDetailPlaylistSubscribers, provided by the PlaylistDetailPlaylistSubscribersExtension 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