CardProvider class

Encapsulates criteria for Card Providers in the U.S. Used by CardDetails.detectCardProvider() to determine a card's Provider.

Constructors

CardProvider({required CardProviderID id, required int cardLength, required int cvcLength, List<int>? innValidNums, List<Range>? innValidRanges})

Properties

cardLength int
getter/setter pair
cvcLength int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id CardProviderID
getter/setter pair
innValidNums List<int>?
getter/setter pair
innValidRanges List<Range>?
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.
override

Operators

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