Block1Option constructor

Block1Option(
  1. int rawValue
)

Implementation

Block1Option(final int rawValue) : super(BlockOptionType.block1, rawValue);