menu
afib package
documentation
afib_flutter.dart
AFUnitTestExecute
addPassIf method
addPassIf method
dark_mode
light_mode
addPassIf
method
bool
addPassIf
(
{
required
bool
test
,
})
inherited
Implementation
bool addPassIf({required bool test}) { if(test) { errors.addPass(); } return test; }
afib package
documentation
afib_flutter
AFUnitTestExecute
addPassIf method
AFUnitTestExecute class