isData property

bool isData

Implementation

bool get isData => maybeWhen(orElse: () => false, data: (_) => true);