Pickup constructor

Pickup({
  1. String? state,
  2. String? uri,
})

Implementation

Pickup({this.state, this.uri});