notesPath property

String? get notesPath
override

Implementation

String? get notesPath => _$this._notesPath;
set notesPath (covariant String? notesPath)
covariantoverride

Implementation

set notesPath(covariant String? notesPath) => _$this._notesPath = notesPath;