ExtraInfo class

Constructors

ExtraInfo({required String bin, required int year, required int month, required String brand, required String holderName, required String displayNumber})
ExtraInfo.fromJson(String str)
factory
ExtraInfo.fromMap(Map<String, dynamic> json)
factory

Properties

bin String
final
brand String
final
displayNumber String
final
hashCode int
The hash code for this object.
no setterinherited
holderName String
final
month int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
final

Methods

copyWith({String? bin, int? year, int? month, String? brand, String? holderName, String? displayNumber}) ExtraInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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