copyWith method

RichTextMathematicalExpression copyWith({
  1. String? expression,
})

Implementation

RichTextMathematicalExpression copyWith({String? expression}) =>
    RichTextMathematicalExpression(expression: expression ?? this.expression);