note property

String? get note

Implementation

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

Implementation

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