DivisionSearchResponse constructor
DivisionSearchResponse({
- String? kind,
- List<
DivisionSearchResult> ? results,
Implementation
DivisionSearchResponse({
this.kind,
this.results,
});