UserProfile class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- UserProfile(String? webpage, String gender, String birth, String birthDay, int birthYear, String region, int addressId, String countryCode, String job, int jobId, int totalFollowUsers, int totalMyPixivUsers, int totalIllusts, int totalManga, int totalNovels, int totalIllustBookmarksPublic, int totalIllustSeries, int totalNovelSeries, String? backgroundImageUrl, String? twitterAccount, String? twitterUrl, String? pawooUrl, bool isPremium, bool isUsingCustomProfileImage)
-
UserProfile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addressId ↔ int
-
getter/setter pair
- backgroundImageUrl ↔ String?
-
getter/setter pair
- birth ↔ String
-
出生
getter/setter pair
- birthDay ↔ String
-
getter/setter pair
- birthYear ↔ int
-
getter/setter pair
- countryCode ↔ String
-
getter/setter pair
- gender ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPremium ↔ bool
-
getter/setter pair
- isUsingCustomProfileImage ↔ bool
-
getter/setter pair
- job ↔ String
-
getter/setter pair
- jobId ↔ int
-
getter/setter pair
- pawooUrl ↔ String?
-
getter/setter pair
- region ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalFollowUsers ↔ int
-
getter/setter pair
- totalIllustBookmarksPublic ↔ int
-
getter/setter pair
- totalIllusts ↔ int
-
getter/setter pair
- totalIllustSeries ↔ int
-
getter/setter pair
- totalManga ↔ int
-
getter/setter pair
- totalMyPixivUsers ↔ int
-
getter/setter pair
- totalNovels ↔ int
-
getter/setter pair
- totalNovelSeries ↔ int
-
getter/setter pair
- twitterAccount ↔ String?
-
getter/setter pair
- twitterUrl ↔ String?
-
getter/setter pair
- webpage ↔ String?
-
getter/setter pair
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited