StructFieldValue constructor
StructFieldValue({
- String name = '',
- FeatureValue? value,
Implementation
StructFieldValue({this.name = '', this.value}) : super(fullyQualifiedName);