NotifyDevicesEntity.fromJson constructor

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

Implementation

factory NotifyDevicesEntity.fromJson(Map<String, dynamic> json) => $NotifyDevicesEntityFromJson(json);