twitterAttachmentLink property

String twitterAttachmentLink

Implementation

String get twitterAttachmentLink {
  var bo = body.split('/');
  var bb = bo.last.split(')');
  //String cid = bo.last.substring(0, bo.last.length - 1);

  return 'https://ipfs.io/ipfs/' + bb.first;
}