params property

Map<String, dynamic> params
final

Parameter map the client should pass to the service method when this CTA is triggered. Keys match the target API's parameter names (e.g. databaseId/tableId/columns for tablesDB, databaseId/collectionId/attributes for the legacy Databases API).

Implementation

final Map<String, dynamic> params;