menu
craft_launcher_core package
documentation
models/java_patch_notes.dart
JavaPatchNoteContent
JavaPatchNoteContent.new constructor
JavaPatchNoteContent.new constructor
dark_mode
light_mode
JavaPatchNoteContent
constructor
JavaPatchNoteContent
(
{
String
?
title
,
String
?
version
,
String
?
body
,
String
?
type
,
String
?
id
,
JavaPatchNoteImage
?
image
,
})
Implementation
JavaPatchNoteContent({ this.title, this.version, this.body, this.type, this.id, this.image, });
craft_launcher_core package
documentation
models/java_patch_notes
JavaPatchNoteContent
JavaPatchNoteContent.new constructor
JavaPatchNoteContent class