allowsRebroadcasting property
bool
get
allowsRebroadcasting
Returns false
if either fetch or cacheReread policies have disabled rebroadcast.
Implementation
bool get allowsRebroadcasting => !(fetch == FetchPolicy.noCache ||
cacheReread == CacheRereadPolicy.ignoreAll);