references method

Map<String, T> references(
  1. Object? raw
)

Implementation

Map<String, T> references(Object? raw) => tryReferences(raw) ?? {};