fromAmount property

  1. @TagNumber(7)
String get fromAmount

Implementation

@$pb.TagNumber(7)
$core.String get fromAmount => $_getSZ(6);
  1. @TagNumber(7)
set fromAmount (String v)

Implementation

@$pb.TagNumber(7)
set fromAmount($core.String v) {
  $_setString(6, v);
}