businessConnection property

BusinessConnection? get businessConnection

The business connection from the update, if any.

This will be non-null for business connection updates.

Implementation

BusinessConnection? get businessConnection => update.businessConnection;