capabilities property

SyncCapabilities? capabilities
final

The operation kinds the client can decode, or null when it declares none.

null means the client is from a build that predates the field, so the server has nothing to compare and lets it through.

Implementation

final SyncCapabilities? capabilities;