BankInfo class
Properties
-
accountNumber
↔ String
-
Número da Conta
Formatos (99999999-D, XXX99999999-D onde X é Operação, 9999999-D, 99999-D)
read / write
-
accountType
↔ String
-
Tipo da conta: 'Corrente', 'Poupança'
read / write
-
agencyNumber
↔ String
-
Agência da Conta
Formatos (9999-D, 9999)
read / write
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, override
-
name
↔ String
-
Nome da instituição bancária
Suportados : 'Itaú', 'Bradesco', 'Caixa Econômica', 'Banco do Brasil', 'Santander'
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
copyWith({String name, String accountNumber, String agencyNumber, String accountType})
→ BankInfo
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ String
-
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
Returns a string representation of this object.
override