The managed values of this instance.
Not all values are fetched or populated in a ManagedObject instance. This value contains key-value pairs for the managed object that have been set, either manually or when fetched from a database. When ManagedObject is instantiated, this map is empty.
Source
Map<String, dynamic> get backingMap => backing.valueMap;