Account class

Constructors

Account({required String accountNumber, required String email, required String phoneNumber, required String lastName, required String firstName, required String middleName, required String bussinessName, required String accountName, required String trackingReference, required String creationDate, required bool isDeleted})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

accountName String
final
accountNumber String
final
bussinessName String
final
creationDate String
final
email String
final
firstName String
final
hashCode int
The hash code for this object.
no setterinherited
isDeleted bool
final
lastName String
final
middleName String
final
phoneNumber String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingReference String
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