Soap constructor

Soap(
  1. Uri url,
  2. String serviceType
)

Implementation

Soap(this.url, this.serviceType);