copyWith property
_$EditorStateCWProxy
get
copyWith
Returns a callable class that can be used as follows: instanceOfEditorState.copyWith(...)
or like so:instanceOfEditorState.copyWith.fieldName(...)
.
Implementation
// ignore: library_private_types_in_public_api
_$EditorStateCWProxy get copyWith => _$EditorStateCWProxyImpl(this);