chore: add high level classes

Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
The one with the braid 2023-08-27 17:47:11 +02:00
parent 165226bee1
commit 78f88305ec
13 changed files with 678 additions and 316 deletions

View file

@ -23,17 +23,12 @@ void main() {
// ignore: unused_local_variable
final file = PassFile(
PassMetadata(
description: null,
formatVersion: 0,
organizationName: null,
passTypeIdentifier: null,
serialNumber: null,
teamIdentifier: null,
suppressStripShine: null,
eventTicket: null,
barcode: null,
foregroundColor: null,
locations: [],
description: '',
formatVersion: 1,
organizationName: '',
passTypeIdentifier: '',
serialNumber: '',
teamIdentifier: '',
),
archive,
);