mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 13:25:49 +08:00
@@ -4,6 +4,6 @@ class CcOnLock {
|
||||
CcOnLock({this.typeUrl});
|
||||
|
||||
factory CcOnLock.fromJson(Map<String, dynamic> json) => CcOnLock(
|
||||
typeUrl: json['type_url'] as String?,
|
||||
);
|
||||
typeUrl: json['type_url'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user