BedrockPatchNoteImage constructor

BedrockPatchNoteImage({
  1. String? title,
})

Implementation

BedrockPatchNoteImage({
  this.title,
});