ElectionsQueryResponse constructor

ElectionsQueryResponse({
  1. List<Election>? elections,
  2. String? kind,
})

Implementation

ElectionsQueryResponse({
  this.elections,
  this.kind,
});