OneofOptions constructor

const OneofOptions({
  1. FeatureSet? features,
  2. List<UninterpretedOption> uninterpretedOption = const [],
})

Implementation

const OneofOptions({this.features, this.uninterpretedOption = const []});