noteActivity property

NoteActivity? get noteActivity

Implementation

NoteActivity? get noteActivity =>
    isNoteActivity ? data as NoteActivity : null;