JavaPatchNoteImage constructor

JavaPatchNoteImage({
  1. String? url,
  2. String? title,
})

Implementation

JavaPatchNoteImage({
  this.url,
  this.title,
});