Sheba class

Takes Sheba code and gives information from it

Constructors

Sheba(String _shebaCode)

Properties

hashCode int
The hash code for this object.
no setterinherited
isValid bool
Checks validation of the sheba
no setter
pattern RegExp
RegExp to checking validation of the sheba
final
patternCode RegExp
RegExp to finding bank code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call() → BankInformation?
Returns all information from sheba code
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