Locations constructor

Locations({
  1. String? code,
  2. String? type,
})

Implementation

Locations({this.code, this.type});