ownerFioPublicKey property
FIO address of the owner. Ex.: "FIO6m1fMdTpRkRBnedvYshXCxLFiC5suRU8KDfx8xxtXp2hntxpnf"
Implementation
@$pb.TagNumber(2)
$core.String get ownerFioPublicKey => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set ownerFioPublicKey($core.String v) {
$_setString(1, v);
}