MasstransitPaymentMedia class final

Available extensions

Constructors

MasstransitPaymentMedia.new(MasstransitPaymentMediaMediaType type, {required String id, String? name})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
id String
string which identifies the current media, can be used to select icons im maps application.
final
name String?
Localized name of the media, which is used for payment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type MasstransitPaymentMediaMediaType
Type of media, which is used for payment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant MasstransitPaymentMedia other) bool
The equality operator.
override