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