PackOptions constructor
PackOptions({
- required String packSetTypeName,
- required List<
PackSetValue> packSetValue, - required String sTypename,
Implementation
PackOptions(
{required this.packSetTypeName,
required this.packSetValue,
required this.sTypename});