BookingLogs constructor
Implementation
BookingLogs(
{this.id,
this.status,
this.comment,
this.agentId,
this.subscriberId,
this.bookingId,
this.createdAt,
this.updatedAt});
BookingLogs(
{this.id,
this.status,
this.comment,
this.agentId,
this.subscriberId,
this.bookingId,
this.createdAt,
this.updatedAt});