Variables$Query$GetOwnedObjects constructor
Variables$Query$GetOwnedObjects({})
Implementation
factory Variables$Query$GetOwnedObjects({
required String address,
String? type,
int? first,
String? after,
}) => Variables$Query$GetOwnedObjects._({
r'address': address,
if (type != null) r'type': type,
if (first != null) r'first': first,
if (after != null) r'after': after,
});