StructFieldValue constructor

StructFieldValue({
  1. String name = '',
  2. FeatureValue? value,
})

Implementation

StructFieldValue({this.name = '', this.value}) : super(fullyQualifiedName);