note property

String? note

Implementation

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

Implementation

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