List<String> get parsedStrings { return parse( parser: (e) => e?.toString(), check: (e) => e.isNotEmpty, ).toList(); }