children property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
List<TopicModel> get children
inherited

Implementation

String get id; String? get bookId; String get domainId; String? get parentTopicId; String get title; int get depth; int get sortOrder; int? get pageStart; int? get pageEnd; String? get curriculumLevelId;@JsonKey(includeFromJson: false, includeToJson: false) List<TopicModel> get children;