Ipfs constructor

Ipfs({
  1. String? host,
  2. bool noPort = false,
})

Implementation

Ipfs({this.host, this.noPort = false});