BsSelectBoxResponse constructor

const BsSelectBoxResponse({
  1. List<BsSelectBoxOption> options = const [],
})

Constructor BsSelectBoxResponse

Implementation

const BsSelectBoxResponse({
  this.options = const [],
});