Setting constructor

Setting({
  1. required bool displayFee,
})

Implementation

Setting({
  required this.displayFee,
});