List<RegExp> parseRegExp() { var list = argRegExp ?? <String>[]; return list.map((r) => RegExp(r)).toList(); }