include property

Set<String> include
latefinal

Implementation

late final Set<String> include = Set.of(
  optionSet['include'].valueAt(context),
);