filterString static method

String filterString(
  1. PcoServicesFolderPathFilter filter
)

Implementation

static String filterString(PcoServicesFolderPathFilter filter) =>
    _filterMap[filter]!;