setTueClose method
- bool value
inherited
Implementation
@override
void setTueClose(bool value) {
final _$actionInfo = _$_AddListingStoreActionController.startAction(
name: '_AddListingStore.setTueClose');
try {
return super.setTueClose(value);
} finally {
_$_AddListingStoreActionController.endAction(_$actionInfo);
}
}