Derived constructor

Derived({
  1. List<Location>? locations,
})

Implementation

Derived({
  this.locations,
});