BinData class
Constructors
- BinData({required int bin, required String cardBrand, required String issuingOrg, required CardType cardType, required String cardCategory, required String issuingCountry, required String issuingCountryCodeA2, required String issuingCountryCodeA3, required int issuingCountryNumber, required String issuingPhone, required String issuingWebsite, required String panLength, required String issuedEntity, required String isRegulated, required bool isCommercial})
Properties
- bin ↔ int
-
getter/setter pair
- cardBrand ↔ String
-
getter/setter pair
- cardCategory ↔ String
-
getter/setter pair
- cardType ↔ CardType
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCommercial ↔ bool
-
getter/setter pair
- isRegulated ↔ String
-
getter/setter pair
- issuedEntity ↔ String
-
getter/setter pair
- issuingCountry ↔ String
-
getter/setter pair
- issuingCountryCodeA2 ↔ String
-
getter/setter pair
- issuingCountryCodeA3 ↔ String
-
getter/setter pair
- issuingCountryNumber ↔ int
-
getter/setter pair
- issuingOrg ↔ String
-
getter/setter pair
- issuingPhone ↔ String
-
getter/setter pair
- issuingWebsite ↔ String
-
getter/setter pair
- panLength ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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