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