mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 00:56:31 +08:00
@@ -4,14 +4,14 @@ part 'purchase_button.g.dart';
|
||||
|
||||
@JsonSerializable()
|
||||
class PurchaseButton {
|
||||
String? uri;
|
||||
String? title;
|
||||
String? uri;
|
||||
String? title;
|
||||
|
||||
PurchaseButton({this.uri, this.title});
|
||||
PurchaseButton({this.uri, this.title});
|
||||
|
||||
factory PurchaseButton.fromJson(Map<String, dynamic> json) {
|
||||
return _$PurchaseButtonFromJson(json);
|
||||
}
|
||||
factory PurchaseButton.fromJson(Map<String, dynamic> json) {
|
||||
return _$PurchaseButtonFromJson(json);
|
||||
}
|
||||
|
||||
Map<String, dynamic> toJson() => _$PurchaseButtonToJson(this);
|
||||
Map<String, dynamic> toJson() => _$PurchaseButtonToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user