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