isEmpty property

  1. @override
bool get isEmpty
inherited

Implementation

@override
bool get isEmpty => (_$isEmptyComputed ??= Computed<bool>(
  () => super.isEmpty,
  name: 'CardFormStoreBase.isEmpty',
)).value;