OperationClockSkewTooBig.fromJson constructor

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

Alternate constructor that creates a OperationClockSkewTooBig from a json.

Params:

  • json: contains the source for instance creation.

Implementation

factory OperationClockSkewTooBig.fromJson(Map<String, dynamic> json) {
  return OperationClockSkewTooBigImpl.fromJson(json);
}