$Location02 constructor

$Location02({
  1. String? location,
  2. String? state,
})

Implementation

$Location02({this.location, this.state});