Variables$Query$ActiveValidators constructor

Variables$Query$ActiveValidators({
  1. int? epochId,
  2. required int first,
  3. String? after,
})

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,
});