setPlaceDescribeList method
- List<
PlaceDescribeModel> place
inherited
Implementation
@override
void setPlaceDescribeList(List<PlaceDescribeModel> place) {
final _$actionInfo = _$_AddListingStoreActionController.startAction(
name: '_AddListingStore.setPlaceDescribeList');
try {
return super.setPlaceDescribeList(place);
} finally {
_$_AddListingStoreActionController.endAction(_$actionInfo);
}
}