MoreModel.name constructor

MoreModel.name(
  1. String _name,
  2. MenuOption _menuOption,
  3. String _icon,
  4. String _activeIcon,
  5. bool _status,
  6. bool _isSwitch,
)

Implementation

MoreModel.name(this._name, this._menuOption, this._icon, this._activeIcon,
    this._status, this._isSwitch);