HomeEvents constructor

HomeEvents({
  1. String? deviceId,
  2. List<Events>? events,
})

Implementation

HomeEvents({this.deviceId, this.events});