filePathReservedChars property

RegExp filePathReservedChars
final

Implementation

static final RegExp filePathReservedChars = RegExp(r'[\r\n|?*":<>]');