filePath property
String
get
filePath
The path of the opened file.
Implementation
String get filePath => _wrapped.filePath;
set
filePath
(String v)
Implementation
set filePath(String v) {
_wrapped.filePath = v;
}