Complete Offline Wallet Display & Edit
This commit is contained in:
parent
6ad1ea613c
commit
04f034971f
21 changed files with 973 additions and 507 deletions
|
|
@ -6,6 +6,7 @@ class MIHLoyaltyCard {
|
|||
final String favourite;
|
||||
final int priority_index;
|
||||
final String nickname;
|
||||
final String? offline_id;
|
||||
|
||||
const MIHLoyaltyCard({
|
||||
required this.idloyalty_cards,
|
||||
|
|
@ -15,6 +16,7 @@ class MIHLoyaltyCard {
|
|||
required this.favourite,
|
||||
required this.priority_index,
|
||||
required this.nickname,
|
||||
this.offline_id,
|
||||
});
|
||||
|
||||
factory MIHLoyaltyCard.fromJson(Map<String, dynamic> json) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue