NotePatch constructor

NotePatch({
  1. List<Map<String, dynamic>>? text,
})

Returns a new NotePatch instance.

Implementation

NotePatch({
  this.text,
});