VerifyAccountResponseMessage class

Constructors

VerifyAccountResponseMessage({required String id, required String accountId, required AccountModel data, DateTime? createdAt})
VerifyAccountResponseMessage.fromJson(String source)
factory
VerifyAccountResponseMessage.fromMap(Map<String, dynamic> map)
factory

Properties

accountId String
Identificação da conta
getter/setter pair
createdAt DateTime?
Data da criação da verificação
getter/setter pair
data AccountModel
Dados da conta
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
Identificação da verificação
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? accountId, AccountModel? data, DateTime? createdAt}) VerifyAccountResponseMessage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override