mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
opt handle res
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
9
lib/models/video_detail/user_garb.dart
Normal file
9
lib/models/video_detail/user_garb.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class UserGarb {
|
||||
String? urlImageAniCut;
|
||||
|
||||
UserGarb({this.urlImageAniCut});
|
||||
|
||||
factory UserGarb.fromJson(Map<String, dynamic> json) => UserGarb(
|
||||
urlImageAniCut: json['url_image_ani_cut'] as String?,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user