restNumericEnums property
When using transport=rest, the client request will encode enums as numbers rather than strings.
Implementation
@$pb.TagNumber(3)
$core.bool get restNumericEnums => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set restNumericEnums($core.bool value) => $_setBool(2, value);