BlockType constructor

const BlockType(
  1. Sharp first,
  2. BlockTypeKeyword second
)

Implementation

const BlockType(this.first, this.second);