expression property
The actual expression string. The syntax and semantics of this string are context-dependent.
Implementation
@$pb.TagNumber(2)
$core.String get expression => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set expression($core.String v) { $_setString(1, v); }