Pan class

Refers to card banks.

Example values are 5022-2910-1111-2222, 5022 2910 1111 2222 and 5022291011112222.

Annotations

Constructors

Pan(String value)
The main constructor.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Actual PAN.
final

Methods

isValid() bool
Checks if this PAN number is valid.
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