confirmation property

  1. @TagNumber.new(12)
String get confirmation

Implementation

@$pb.TagNumber(12)
$core.String get confirmation => $_getSZ(11);
  1. @TagNumber.new(12)
set confirmation (String value)

Implementation

@$pb.TagNumber(12)
set confirmation($core.String value) => $_setString(11, value);