uploadToIpfs property

  1. @TagNumber(8)
bool get uploadToIpfs

Implementation

@$pb.TagNumber(8)
$core.bool get uploadToIpfs => $_getBF(7);
  1. @TagNumber(8)
set uploadToIpfs (bool v)

Implementation

@$pb.TagNumber(8)
set uploadToIpfs($core.bool v) {
  $_setBool(7, v);
}