PendingOutOfBandOperationsClockSkewTooBig.fromJson constructor

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

Alternate constructor that creates a PendingOutOfBandOperationsClockSkewTooBig from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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