PatchNoteEntry.fromJson constructor

PatchNoteEntry.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PatchNoteEntry.fromJson(Map<String, dynamic> json) =>
    _$PatchNoteEntryFromJson(json);