DomainRowOwner typedef

DomainRowOwner = ({bool exists, int? scopeId})

A tuple representing the ownership of a domain row.

Implementation

typedef DomainRowOwner = ({bool exists, int? scopeId});