ContentChunkModel.fromJson constructor

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

Implementation

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