filePath property

String? get filePath
override

Implementation

String? get filePath => _$this._filePath;
set filePath (covariant String? filePath)
covariantoverride

Implementation

set filePath(covariant String? filePath) => _$this._filePath = filePath;