flattenObjectTypes method Null safety

Iterable<NestedObjectValueTypeEntry> flattenObjectTypes(
  1. String name
)

Implementation

Iterable<NestedObjectValueTypeEntry> flattenObjectTypes(String name) =>
    _flattenObjectTypes(name);