IbanEntity class

An IBAN entity extracted from text.

Inheritance

Constructors

IbanEntity(String rawValue, {required String iban, required String countryCode})
Constructor to create an instance of IbanEntity.

Properties

countryCode String
The ISO 3166-1 alpha-2 country code (two letters).
final
hashCode int
The hash code for this object.
no setterinherited
iban String
The full IBAN number in canonical form.
final
rawValue String
The string representation of the entity.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EntityType
The type of an extracted entity.
finalinherited

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