DeviceKind.fromJson constructor

DeviceKind.fromJson(
  1. String value
)

Implementation

factory DeviceKind.fromJson(String value) =>
    _jsonValues[value] ?? (throw ArgumentError('Unsupported CallState: "$value"'));