WSShipping constructor

WSShipping({
  1. int? parentId,
  2. String? name,
  3. List<Locations>? locations,
  4. Methods? methods,
})

Implementation

WSShipping({this.parentId, this.name, this.locations, this.methods});