customCodeExpression property

  1. @TagNumber(34)
FFCustomCodeExpressionVariable get customCodeExpression

Implementation

@$pb.TagNumber(34)
FFCustomCodeExpressionVariable get customCodeExpression => $_getN(33);
  1. @TagNumber(34)
set customCodeExpression (FFCustomCodeExpressionVariable value)

Implementation

@$pb.TagNumber(34)
set customCodeExpression(FFCustomCodeExpressionVariable value) =>
    $_setField(34, value);