AubecsFormInputDetails class
Input details that will be returned from the form.
- Annotations
-
- @freezed
Constructors
- AubecsFormInputDetails({String? bsbNumber, String? name, String? accountNumber, String? email})
-
constfactory
-
AubecsFormInputDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountNumber → String?
-
The account number.
no setterinherited
- bsbNumber → String?
-
Six digit identifier to identify the branch of an financial institution.
no setterinherited
-
copyWith
→ $AubecsFormInputDetailsCopyWith<
AubecsFormInputDetails> -
no setterinherited
- email → String?
-
Email of the accountholder.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the accountholder.
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
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited