total property

int? get total

The total number of completion options available.

This can exceed the number of values actually sent in the response.

Implementation

int? get total => _value[Keys.total] as int?;