PrefixList constructor

PrefixList({
  1. List<String>? includedObjectPrefixes,
})

Implementation

PrefixList({this.includedObjectPrefixes});