mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 10:36:24 +08:00
refa: article (#757)
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
14
lib/models/dynamics/opus_detail/icon_resource.dart
Normal file
14
lib/models/dynamics/opus_detail/icon_resource.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
class IconResource {
|
||||
IconResource();
|
||||
|
||||
factory IconResource.fromJson(Map<String, dynamic> json) {
|
||||
// TODO: implement fromJson
|
||||
throw UnimplementedError('IconResource.fromJson($json) is not implemented');
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() {
|
||||
// TODO: implement toJson
|
||||
throw UnimplementedError();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user