RoomData constructor

RoomData({
  1. String? description,
  2. String? profileArn,
  3. String? profileName,
  4. String? providerCalendarId,
  5. String? roomArn,
  6. String? roomName,
})

Implementation

RoomData({
  this.description,
  this.profileArn,
  this.profileName,
  this.providerCalendarId,
  this.roomArn,
  this.roomName,
});