StreetResponse constructor

StreetResponse({
  1. String? postCode,
  2. List<StreetMatch>? matches,
})

Implementation

StreetResponse({
  this.postCode,
  this.matches,
});