DeviceInformationCheckForbidden.fromJson constructor

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

Alternate constructor that creates a DeviceInformationCheckForbidden from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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