IChunk constructor
const
IChunk({})
Implementation
const IChunk({
required this.index,
required this.content,
this.postContent = "",
this.charStart = 0,
this.charEnd = 0,
this.lod = 0,
this.from = const [],
});