DivisionSearchResponse constructor

DivisionSearchResponse({
  1. String? kind,
  2. List<DivisionSearchResult>? results,
})

Implementation

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