mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -22,8 +22,8 @@ class Attributes {
|
||||
Attributes({this.clazz});
|
||||
|
||||
factory Attributes.fromJson(Map<String, dynamic> json) => Attributes(
|
||||
clazz: json['class'] as String?,
|
||||
);
|
||||
clazz: json['class'] as String?,
|
||||
);
|
||||
}
|
||||
|
||||
class Insert {
|
||||
|
||||
Reference in New Issue
Block a user