params property

Map<String, dynamic>? params
final

A JSON object that is passed to the sync service and forwarded to sync rules.

These parameters can be used in sync rules to deliver different data to different clients depending on the values used in params.

Implementation

final Map<String, dynamic>? params;