Block2Option constructor

Block2Option(
  1. int rawValue
)

Implementation

Block2Option(final int rawValue) : super(BlockOptionType.block2, rawValue);