from static method

BlockType from(
  1. BlockTypeKeyword blockTypeKeyword
)

Implementation

static BlockType from(BlockTypeKeyword blockTypeKeyword) {

    return BlockType(Sharp(), blockTypeKeyword);

}