LeaveGroupHistoriesModel constructor

LeaveGroupHistoriesModel({
  1. String participant = '',
  2. String timeLeave = '',
})

Implementation

LeaveGroupHistoriesModel({
  this.participant = '',
  this.timeLeave = '',
});