atomKey property

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

Required. The EditAtom.key that references atom with text inputs in the Job.edit_list.

Implementation

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

Implementation

@$pb.TagNumber(1)
set atomKey($core.String v) { $_setString(0, v); }