FileStringer constructor

const FileStringer({
  1. Set<String> supportedFormats = const {},
})

Creates a FileStringer with the specified supported formats.

Implementation

const FileStringer({this.supportedFormats = const {}});