DeviceId.fromJson constructor

DeviceId.fromJson(
  1. String value
)

Implementation

factory DeviceId.fromJson(String value) => DeviceId(value);