setDeviceJson static method

void setDeviceJson(
  1. Map<String, dynamic> json
)

Implementation

static void setDeviceJson(Map<String, dynamic> json) {
  deviceIdentifier = DeviceIdentifier.fromJson(json);
}