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