EpubChapter.fromJson constructor

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

Implementation

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