SectionContent.fromJson constructor

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

Implementation

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