setPriceRange method
inherited
Implementation
@override
void setPriceRange(int range, String value) {
final _$actionInfo = _$_AddListingStoreActionController.startAction(
name: '_AddListingStore.setPriceRange');
try {
return super.setPriceRange(range, value);
} finally {
_$_AddListingStoreActionController.endAction(_$actionInfo);
}
}