restNumericEnums property
When using transport=rest, the client request will encode enums as numbers rather than strings.
Implementation
final bool restNumericEnums;
When using transport=rest, the client request will encode enums as numbers rather than strings.
final bool restNumericEnums;