DeviceInformationChangeNameAlreadyExists.fromJson constructor Null safety

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

Alternate constructor that creates a DeviceInformationChangeNameAlreadyExists from a json.

Params:

  • json: contains the source for instance creation.

Implementation

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