IDPOwnerTypeQuery constructor
IDPOwnerTypeQuery({
- IDPOwnerType? ownerType,
Implementation
factory IDPOwnerTypeQuery({
IDPOwnerType? ownerType,
}) {
final result = create();
if (ownerType != null) result.ownerType = ownerType;
return result;
}