expression property

String get expression

Implementation

String get expression => _expression;
set expression (String aValue)

Implementation

set expression(String aValue) => _expression = aValue;