PassFile class

Constructors

PassFile(PassMetadata metadata, List<ArchiveFile> _folder)
const

Properties

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

Methods

getBackground({Locale? locale, int scale = 1}) Uint8List?
getFooter({Locale? locale, int scale = 1}) Uint8List?
getIcon({Locale? locale, int scale = 1}) Uint8List?
getLocalizations(Locale? locale) Map<String, String>?
getStrip({Locale? locale, int scale = 1}) Uint8List?
getThumbnail({Locale? locale, int scale = 1}) Uint8List?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Uint8List pass) Future<PassFile>