DeviceInformationCheckNoDeviceLockError.fromJson constructor

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

Alternate constructor that creates a DeviceInformationCheckNoDeviceLockError from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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