isData property

bool get isData

Returns true if this is AsyncData. This is equivalent to beacon.peek().isData.

Implementation

bool get isData => peek().isData;