AssociateDeviceWithRoomResponse.fromJson constructor

AssociateDeviceWithRoomResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateDeviceWithRoomResponse.fromJson(Map<String, dynamic> _) {
  return AssociateDeviceWithRoomResponse();
}