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