accountAddress property

  1. @TagNumber.new(3)
String get accountAddress

Implementation

@$pb.TagNumber(3)
$core.String get accountAddress => $_getSZ(2);
  1. @TagNumber.new(3)
set accountAddress (String v)

Implementation

@$pb.TagNumber(3)
set accountAddress($core.String v) {
  $_setString(2, v);
}