plainTextSupportedFormats top-level property

List<DataFormat<Object>> plainTextSupportedFormats
getter/setter pair

Implementation

List<DataFormat<Object>> plainTextSupportedFormats = [
  //
  // File formats
  //
  Formats.plainTextFile,
  Formats.csv,
  Formats.json,
];