PkImage class

Constructors

PkImage({Uint8List? image1, Uint8List? image2, Uint8List? image3, Map<String, Map<int, Uint8List>>? localizedImages})

Properties

hashCode int
The hash code for this object.
no setterinherited
image1 Uint8List?
final
image2 Uint8List?
final
image3 Uint8List?
final
localizedImages Map<String, Map<int, Uint8List>>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromMultiplier(int multiplier, {String? locale}) Uint8List
locale is defined according to https://developer.apple.com/documentation/xcode/choosing-localization-regions-and-scripts
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

fromImages({Uint8List? image1, Uint8List? image2, Uint8List? image3, Map<String, Map<int, Uint8List>>? localizedImages}) PkImage?