FFOptionsModel constructor

FFOptionsModel(
  1. int stock,
  2. List<int> idList
)

Implementation

FFOptionsModel(this.stock, this.idList);