CreateBeneficiaryLocalValidation class

Constructors

CreateBeneficiaryLocalValidation({AddressValidation? address, Validation? branchAddress, Validation? branchName, Validation? country, NameValidation? name, Validation? nickname, Validation? phoneNumber, Validation? sortCode, Validation? swiftCode})

Properties

address AddressValidation?
final
branchAddress Validation?
final
branchName Validation?
final
country Validation?
final
hashCode int
The hash code for this object.
no setterinherited
name NameValidation?
final
nickname Validation?
final
phoneNumber Validation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortCode Validation?
final
swiftCode Validation?
final

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