iterObject method

String? iterObject()

Allows iterating a map value without allocating a Map.

Returns the next field name, or null if there are no more fields.

Implementation

@pragma('vm:prefer-inline')
String? iterObject() => _iterObject(_readString, null);