JavaPatchNoteEntry constructor

JavaPatchNoteEntry({
  1. String? contentPath,
})

Implementation

JavaPatchNoteEntry({
  this.contentPath,
});