DeviceInformationSyncNoDeviceLockError.fromJson constructor

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

Alternate constructor that creates a DeviceInformationSyncNoDeviceLockError from a json.

Params:

  • json: contains the source for instance creation.

Implementation

factory DeviceInformationSyncNoDeviceLockError.fromJson(
  Map<String, dynamic> json,
) {
  return DeviceInformationSyncNoDeviceLockErrorImpl.fromJson(json);
}