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