iterObjectHash method

int iterObjectHash()

Allows iterating a map value without allocating a Map.

Returns a hash of the next field name, or -1 if there are no more fields.

Implementation

@pragma('vm:prefer-inline')
int iterObjectHash() => _iterObject(_readStringHash, -1);