SettingModel constructor

SettingModel(
  1. String _name,
  2. bool _isStatus
)

Implementation

SettingModel(this._name,this._isStatus);