isReference method

bool isReference(
  1. Map<String, dynamic> object
)

Returns whether or not this object is a reference to a normalized object.

Implementation

bool isReference(Map<String, dynamic> object) =>
    object.containsKey(_config.referenceKey);