isPotentialReorg property
bool
get
isPotentialReorg
Check if there's a potential reorganization happening
Implementation
bool get isPotentialReorg => _potentialReorgs.isNotEmpty;
Check if there's a potential reorganization happening
bool get isPotentialReorg => _potentialReorgs.isNotEmpty;