isProcessing property

bool isProcessing

Returns true if the bloc is processing a link right now

Implementation

bool get isProcessing => state.runtimeType == ExternalLinkProcessing;