DeviceState.fromJson constructor

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

Implementation

factory DeviceState.fromJson(Map<String, dynamic> json) =>
    _$DeviceStateFromJson(json);