file property

String? get file
override

Implementation

String? get file => _$this._file;
set file (covariant String? file)
covariantoverride

Implementation

set file(covariant String? file) => _$this._file = file;