Returns true if this is AsyncData. This is equivalent to beacon.peek().isData.
true
beacon.peek().isData
bool get isData => peek().isData;