EncryptedFinancialInstitutionInformation class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
EncryptedFinancialInstitutionInformation.new({@Default(null) String? name, @Default(null) String? key, @Default(null) String? bankAccount, @Default(null) String? bic, @Default(null) String? proxyBankAccount, @Default(null) String? proxyBic, @Default({}) Set<
String> preferredFiiForPartners, @Default(null) Base64String? encryptedSelf}) -
constfactory
Properties
- bankAccount → String?
-
no setterinherited
- bic → String?
-
no setterinherited
-
copyWith
→ $EncryptedFinancialInstitutionInformationCopyWith<
EncryptedFinancialInstitutionInformation> -
Create a copy of EncryptedFinancialInstitutionInformation
with the given fields replaced by the non-null parameter values.
no setterinherited
- encryptedSelf → Base64String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
no setterinherited
- name → String?
-
no setterinherited
-
preferredFiiForPartners
→ Set<
String> -
no setterinherited
- proxyBankAccount → String?
-
no setterinherited
- proxyBic → String?
-
no setterinherited
- 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.
inherited
Static Methods
-
encode(
EncryptedFinancialInstitutionInformation value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → EncryptedFinancialInstitutionInformation -
override