FloorRequestModel constructor

FloorRequestModel(
  1. String _clientId,
  2. String _name,
  3. bool _isRequestAccepted,
  4. bool _isRequestRejected,
  5. bool _isRequestReleased,
  6. bool isMute,
  7. bool _isUnMute,
)

Implementation

FloorRequestModel(
    this._clientId,
    this._name,
    this._isRequestAccepted,
    this._isRequestRejected,
    this._isRequestReleased,
    this.isMute,
    this._isUnMute);