encodeIgnoreLength function

int? encodeIgnoreLength(
  1. IgnoreLength? value
)

Implementation

int? encodeIgnoreLength (IgnoreLength? value) {
  return value?.value;
}