DeviceEntity.fromJson constructor

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

Implementation

factory DeviceEntity.fromJson(Map<String, dynamic> json) => $DeviceEntityFromJson(json);