BedrockPatchNoteEntry constructor
BedrockPatchNoteEntry({})
Implementation
BedrockPatchNoteEntry({
this.title,
this.version,
this.patchNoteType,
this.date,
this.image,
this.body,
this.id,
required this.contentPath,
});