Attributes(- String name,
- String? imageUrl,
- String pixiv,
- String melonBook,
- String fanBox,
- String booth,
- String nicoVideo,
- String skeb,
- String fantia,
- String tumblr,
- String youtube,
- String weibo,
- String naver,
- String website,
- String createdAt,
- String updateAt,
- int version
)
Implementation
Attributes(
this.name,
this.imageUrl,
this.twitter,
this.pixiv,
this.melonBook,
this.fanBox,
this.booth,
this.nicoVideo,
this.skeb,
this.fantia,
this.tumblr,
this.youtube,
this.weibo,
this.naver,
this.website,
this.createdAt,
this.updateAt,
this.version);