enableRoute property Null safety

bool enableRoute
final

Specify whether to enable route. If the value is set to true, the message is sent following the default app route. If a endpoint URL is configured for data sync, the message will be synced.

Implementation

final bool enableRoute;