filePath property

String get filePath

The path of the file to be created.

Implementation

String get filePath => _wrapped.filePath;
set filePath (String v)

Implementation

set filePath(String v) {
  _wrapped.filePath = v;
}