DeviceBean.fromJson constructor

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

Implementation

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