$ExpressionCopyWith extension

on

Properties

copyWith → _$ExpressionCWProxy

Available on Expression, provided by the $ExpressionCopyWith extension

Returns a callable class used to build a new instance with modified fields. Example: instanceOfExpression.copyWith(...) or instanceOfExpression.copyWith.fieldName(...).
no setter