webUrl property

String webUrl

Implementation

String get webUrl =>
    (onLocal ? localhost : (host ?? Ipfs.defHost)) +
    (noPort ? '' : (':' + webPort.toString())) +
    webPath;