mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-28 06:15:51 +08:00
Refactor member page (#3)
* refactor: member page * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
19
lib/models/space/purchase_button.g.dart
Normal file
19
lib/models/space/purchase_button.g.dart
Normal file
@@ -0,0 +1,19 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'purchase_button.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
PurchaseButton _$PurchaseButtonFromJson(Map<String, dynamic> json) =>
|
||||
PurchaseButton(
|
||||
uri: json['uri'] as String?,
|
||||
title: json['title'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$PurchaseButtonToJson(PurchaseButton instance) =>
|
||||
<String, dynamic>{
|
||||
'uri': instance.uri,
|
||||
'title': instance.title,
|
||||
};
|
||||
Reference in New Issue
Block a user