fileReadMode property

  1. @Deprecated('We will remove reading source content')
FileReadMode fileReadMode
getter/setter pair

A function that changes the way that files are read off of disk.

Implementation

@Deprecated('We will remove reading source content')
static FileReadMode fileReadMode = (String s) => s;