apiUrl property

String get apiUrl

Implementation

String get apiUrl =>
    (onLocal ? localhost : (host ?? Ipfs.defHost)) +
    (noPort ? '' : (':' + apiPort.toString())) +
    apiPath;