ConfigModel constructor

ConfigModel({
  1. bool isshowAcceptProduct = true,
  2. bool isshowCerView = true,
  3. bool isPaymentMoney = true,
  4. bool isShowCerViewList = true,
})

Implementation

ConfigModel(
    {this.isshowAcceptProduct = true,
    this.isshowCerView = true,
    this.isPaymentMoney = true,
    this.isShowCerViewList = true});