ChapterContentBlockExtendableNodeResponseModel constructor

const ChapterContentBlockExtendableNodeResponseModel({
  1. required String type,
})

Implementation

const ChapterContentBlockExtendableNodeResponseModel({
  required this.type,
});