CustomAttribute constructor
CustomAttribute({
- List<
CustomAttribute> ? groupValues, - String? name,
- String? value,
Implementation
CustomAttribute({this.groupValues, this.name, this.value});