Size2Option constructor

Size2Option(
  1. int value
)

Implementation

Size2Option(final int value) : super(OptionType.size2, value);