MLBankcard class

Constructors

MLBankcard({String? expire, String? number, Uint8List? numberBitmap, Uint8List? originalBitmap, int? errorCode, String? type, String? issuer, String? organization})
MLBankcard.fromMap(Map json)
factory

Properties

errorCode int?
getter/setter pair
expire String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String?
getter/setter pair
number String?
getter/setter pair
numberBitmap Uint8List?
getter/setter pair
organization String?
getter/setter pair
originalBitmap Uint8List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair

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