ContentBlock.fromJson constructor

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

Implementation

factory ContentBlock.fromJson(Map<String, dynamic> json) {
  return _$ContentBlockFromJson(json);
}