contractAddress property

  1. @TagNumber.new(1)
String get contractAddress

Contract name.

Implementation

@$pb.TagNumber(1)
$core.String get contractAddress => $_getSZ(0);
  1. @TagNumber.new(1)
set contractAddress (String value)

Implementation

@$pb.TagNumber(1)
set contractAddress($core.String value) => $_setString(0, value);