optopt property

int optopt

Implementation

int get optopt => _optopt.value;
void optopt=(int value)

Implementation

set optopt(int value) => _optopt.value = value;