NetWorkOption constructor

NetWorkOption({
  1. String? httpUrl,
  2. String? wsUrl,
  3. String? name,
  4. String? type,
  5. int? networkID,
})

Implementation

NetWorkOption({
  this.httpUrl,
  this.wsUrl,
  this.name,
  this.type,
  this.networkID,
});