CivicinfoApiprotosV2DivisionSearchResponse constructor

CivicinfoApiprotosV2DivisionSearchResponse({
  1. String? kind,
  2. List<CivicinfoApiprotosV2DivisionSearchResult>? results,
})

Implementation

CivicinfoApiprotosV2DivisionSearchResponse({this.kind, this.results});