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