isReference method Null safety
Returns whether or not this object is a reference to a normalized object.
Implementation
bool isReference(Map<String, dynamic> object) =>
object.containsKey(_config.referenceKey);
Returns whether or not this object is a reference to a normalized object.
bool isReference(Map<String, dynamic> object) =>
object.containsKey(_config.referenceKey);