FsReadConfig constructor

const FsReadConfig({
  1. List<String> denyOnly = const [],
  2. List<String> allowWithinDeny = const [],
})

Implementation

const FsReadConfig({
  this.denyOnly = const [],
  this.allowWithinDeny = const [],
});