internalGetBridgeRepresentation method
Internal method. Get the serializable representation of this object
Implementation
@protected
Map internalGetBridgeRepresentation() {
return _attributes.map((key, value) => MapEntry(key, value.toBridgeRepresentation()));
}