AccountResponseMessage class
Constructors
- AccountResponseMessage({required String accountId, required String name, String? liveApiToken, String? testApiToken, String userToken = ''})
- AccountResponseMessage.fromJson(String source)
-
factory
-
AccountResponseMessage.fromMap(Map<
String, dynamic> map) -
factory
Properties
- accountId ↔ String
-
Id da conta
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- liveApiToken ↔ String?
-
Token de produção
getter/setter pair
- name ↔ String
-
Nome da conta
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testApiToken ↔ String?
-
Token de teste
getter/setter pair
- userToken ↔ String
-
Token do usuário, usado em algumas APIs específicas
getter/setter pair
Methods
-
copyWith(
{String? accountId, String? name, String? liveApiToken, String? testApiToken, String? userToken}) → AccountResponseMessage -
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