LocationConstraint constructor

LocationConstraint({
  1. bool? isRequired,
  2. bool? suggestLocation,
  3. List<Location?>? locations,
})

Creates a new instance of LocationConstraint.

All parameters are optional.

Implementation

LocationConstraint({this.isRequired, this.suggestLocation, this.locations});