note property

String? get note
override

Implementation

String? get note => _$this._note;
set note (covariant String? note)
covariantoverride

Implementation

set note(covariant String? note) => _$this._note = note;