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