recipientContractAddress property

  1. @TagNumber.new(4)
String get recipientContractAddress

Implementation

@$pb.TagNumber(4)
$core.String get recipientContractAddress => $_getSZ(3);
  1. @TagNumber.new(4)
set recipientContractAddress (String value)

Implementation

@$pb.TagNumber(4)
set recipientContractAddress($core.String value) => $_setString(3, value);