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