isBroadcast property
bool
get
isBroadcast
Whether this decision targets a broadcast channel.
Implementation
bool get isBroadcast => type == RouteDecisionType.broadcast;
Whether this decision targets a broadcast channel.
bool get isBroadcast => type == RouteDecisionType.broadcast;