DeviceInformationSyncOperationNotSupportedByBackend.fromJson constructor

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

Alternate constructor that creates a DeviceInformationSyncOperationNotSupportedByBackend from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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