DeviceInformationSyncClockSkewTooBig.fromJson constructor

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

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);
}