DocumentSectionView.fromJson constructor

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

Implementation

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