mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
9
lib/models_new/fav/fav_pgc/cc_on_lock.dart
Normal file
9
lib/models_new/fav/fav_pgc/cc_on_lock.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
class CcOnLock {
|
||||
String? typeUrl;
|
||||
|
||||
CcOnLock({this.typeUrl});
|
||||
|
||||
factory CcOnLock.fromJson(Map<String, dynamic> json) => CcOnLock(
|
||||
typeUrl: json['type_url'] as String?,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user