toGlobRegExp method

List<RegExp> toGlobRegExp()

Implementation

List<RegExp> toGlobRegExp() {
  return toGlob().map((e) => RegExp(e)).toList();
}