InStock constructor

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

Implementation

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