key property
A unique key for this input. Must be specified when using advanced mapping and edit lists.
Implementation
@$pb.TagNumber(1)
$core.String get key => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set key($core.String v) { $_setString(0, v); }