PostDocument constructor

const PostDocument(
  1. List<PostBlock> blocks
)

Implementation

const PostDocument(this.blocks);