CivicinfoApiprotosV2ElectionsQueryResponse constructor

CivicinfoApiprotosV2ElectionsQueryResponse({
  1. List<CivicinfoSchemaV2Election>? elections,
  2. String? kind,
})

Implementation

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