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