PackOptions constructor

PackOptions({
  1. required String packSetTypeName,
  2. required List<PackSetValue> packSetValue,
  3. required String sTypename,
})

Implementation

PackOptions(
    {required this.packSetTypeName,
    required this.packSetValue,
    required this.sTypename});