copyWith property

_$LogCWProxy get copyWith

Returns a callable class that can be used as follows: instanceOfLog.copyWith(...) or like so:instanceOfLog.copyWith.fieldName(...).

Implementation

_$LogCWProxy get copyWith => _$LogCWProxyImpl(this);