isBroadcast property

bool get isBroadcast

Whether this decision targets a broadcast channel.

Implementation

bool get isBroadcast => type == RouteDecisionType.broadcast;