isBarEmpty method

bool isBarEmpty(
  1. FBar bar
)

Implementation

bool isBarEmpty(FBar bar) => bar.value == emptyBar.value;