Attributes class Null safety
Constructors
- Attributes(String name, String? imageUrl, String twitter, String pixiv, String melonBook, String fanBox, String booth, String nicoVideo, String skeb, String fantia, String tumblr, String youtube, String weibo, String website, String createdAt, String updateAt, int version)
-
Attributes.fromJson(Map<
String, dynamic> json)
Properties
- booth ↔ String
-
read / write
- createdAt ↔ String
-
read / write
- fanBox ↔ String
-
read / write
- fantia ↔ String
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- imageUrl ↔ String?
-
read / write
- melonBook ↔ String
-
read / write
- name ↔ String
-
read / write
-
read / write
- nicoVideo ↔ String
-
read / write
- pixiv ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- skeb ↔ String
-
read / write
- tumblr ↔ String
-
read / write
- twitter ↔ String
-
read / write
- updateAt ↔ String
-
read / write
- version ↔ int
-
read / write
- website ↔ String
-
read / write
- weibo ↔ String
-
read / write
- youtube ↔ String
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited