Creators class

Constructors

Creators({required Directory? directory})

Properties

directory Directory?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyImage(PasskitImage image, {required String name, String extension = 'png'}) Future<List<File>>
createEmptySignature() Future<File>
createManifest(Map<String, Uint8List> entries) Future<File>
createPass(PasskitPass pass) Future<File>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preparePkpass(String id) Future<File>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited