ExtraInfo.fromMap constructor
Implementation
factory ExtraInfo.fromMap(Map<String, dynamic> json) => ExtraInfo(
bin: json["bin"],
year: json["year"],
month: json["month"],
brand: json["brand"],
holderName: json["holder_name"],
displayNumber: json["display_number"],
);