Chapter.fromJson constructor

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

Implementation

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