ClientParam constructor
ClientParam({
- required String name,
- required ParameterPosition position,
- required ClientType type,
- required List<
String> access, - required bool acceptMultiple,
- required bool hasDefaultValue,
Implementation
ClientParam({
required this.name,
required this.position,
required this.type,
required this.access,
required this.acceptMultiple,
required this.hasDefaultValue,
});