PendingOutOfBandOperationsClockSkewTooBig.fromJson constructor
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);
}