OneofOptions constructor
const
OneofOptions({
- FeatureSet? features,
- List<
UninterpretedOption> uninterpretedOption = const [],
Implementation
const OneofOptions({this.features, this.uninterpretedOption = const []});