BankAccount class

Constructors

BankAccount({int? id, dynamic type, String? bank, String? accountName, String? accountType, String? accountNumber, String? routingNumber, dynamic accountLimit, String? status, String? accountOwnerName, String? accountOwnerEmail, String? accountOwnerPhone, DateTime? createdAt})
BankAccount.fromJson(Map<String, dynamic> json)
factory

Properties

accountLimit ↔ dynamic
getter/setter pair
accountName String?
getter/setter pair
accountNumber String?
getter/setter pair
accountOwnerEmail String?
getter/setter pair
accountOwnerName String?
getter/setter pair
accountOwnerPhone String?
getter/setter pair
accountType String?
getter/setter pair
bank String?
getter/setter pair
createdAt DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
routingNumber String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
type ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited