copyWith method
Implementation
InputPageBlockMathematicalExpression copyWith({String? expression}) =>
InputPageBlockMathematicalExpression(
expression: expression ?? this.expression,
);
InputPageBlockMathematicalExpression copyWith({String? expression}) =>
InputPageBlockMathematicalExpression(
expression: expression ?? this.expression,
);