Options constructor

Options({
  1. int? id,
  2. int? productId,
  3. String? name,
  4. int? position,
  5. List<String>? values,
})

Implementation

Options({this.id, this.productId, this.name, this.position, this.values});