PassImage class

Element of images in passkit

Constructors

PassImage({required File? image, required File? image2x, required File? image3x})
Creates a new PassImage
const

Properties

hashCode int
The hash code for this object.
no setterinherited
image File?
File png image for standard-resolution display
final
image2x File?
File png image for retina-resolution display
final
image3x File?
File png original image
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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