AuthCloudApiError.tokenAlreadyRedeemed constructor
- Map<
String, dynamic> json
An error that indicates that the token was already redeemed.
Params:
- json: contains the source for instance creation.
Implementation
factory AuthCloudApiError.tokenAlreadyRedeemed(Map<String, dynamic> json) {
return AuthCloudApiTokenAlreadyRedeemed.fromJson(json);
}