ExtraInfo class
Constructors
- ExtraInfo.new({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
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