FlutterCardidy class

Constructors

FlutterCardidy()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

identify(String cardNumString, {bool validateLength = true, bool useCheck = true, bool ignoreNoise = false, bool handleAnonymization = false}) List<CardType>
Pass card number and it will return list of matching issuing network, if found.
identifyMultiple(List<String> cards, {bool validateLength = true, bool useCheck = true, bool ignoreNoise = false, bool handleAnonymization = false}) Map<String, List<CardType>>
A batch identify wrapper on top of identify func
isCardNumberValid(String cardNumString, {bool handleAnonymization = false, bool ignoreNoise = false}) bool
Pass card number and it will return its likely validity.
isCvvValid(String cvv, CardType cardType) bool
Pass card cvv and it will return its likely validity.