createNoteHyperlinks property

bool? createNoteHyperlinks

Implementation

bool? get createNoteHyperlinks => _createNoteHyperlinks;
void createNoteHyperlinks=(bool? val)

Implementation

set createNoteHyperlinks(bool? val) => _createNoteHyperlinks = val;