isInitial property

bool isInitial

Implementation

bool get isInitial => maybeWhen(orElse: () => false, initial: () => true);