Location constructor

Location({
  1. String? codigo,
  2. String? location,
})

Implementation

Location({
  this.codigo,
  this.location,
});