AuthCloudApiClockSkewTooBig.fromJson constructor
Alternate constructor that creates a AuthCloudApiClockSkewTooBig from a json.
Params:
- json: contains the source for instance creation.
Implementation
factory AuthCloudApiClockSkewTooBig.fromJson(Map<String, dynamic> json) {
return AuthCloudApiClockSkewTooBigImpl.fromJson(json);
}