setPriceRange method

  1. @override
void setPriceRange(
  1. int range,
  2. String value
)
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);
  }
}