Note constructor

const Note({
  1. required String note,
  2. PropertyMetadata? metadata,
})

Implementation

const Note({required this.note, this.metadata});