file property
String?
get
file
A string with the file's path and name.
Implementation
String? get file => _wrapped.file;
set
file
(String? v)
Implementation
set file(String? v) {
_wrapped.file = v;
}