HomelidoMeeting constructor

HomelidoMeeting({
  1. String? id,
  2. int? propertyId,
  3. int? userIdPresentor,
  4. int? userIdVisitor,
  5. int? meetingDatetime,
  6. int? status,
  7. HomelidoPropertyInfo? homelidoPropertyInfo,
})

Implementation

HomelidoMeeting(
    {this.id,
    this.propertyId,
    this.userIdPresentor,
    this.userIdVisitor,
    this.meetingDatetime,
    this.status,
    this.homelidoPropertyInfo});