LocationsArguments constructor

LocationsArguments({
  1. required int locationReference,
})

Implementation

LocationsArguments({
  required this.locationReference,
});