SecurityCode class

Constructors

SecurityCode(String name, int length)
SecurityCode.cid3()
Creates a security code based on a standard CID with 3 digits
const
SecurityCode.cid4()
Creates a security code based on a standard CID with 4 digits
const
SecurityCode.cvc()
Creates a security code based on a standard CVC
const
SecurityCode.cve()
Creates a security code based on a standard CVE
const
SecurityCode.cvn()
Creates a security code based on a standard CVN
const
SecurityCode.cvp2()
Creates a security code based on a standard CVP2
const
SecurityCode.cvv()
Creates a security code based on a standard CVV
const

Properties

hashCode int
The hash code for this object.
no setteroverride
length int
final
name String
final
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.
override