Returns an immutable map of the key-value pairs in this trace state.
Map<String, String> asMap() => Map.unmodifiable(_entries);