AuthCloudApiClockSkewTooBig.fromJson constructor

AuthCloudApiClockSkewTooBig.fromJson(
  1. Map<String, dynamic> json
)

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);
}