DeviceAttributesBean.fromJson constructor

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

Implementation

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