copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$EventGroupChatMemberLeftCopyWith<EventGroupChatMemberLeft> get copyWith
inherited

Create a copy of EventGroupChatMemberLeft with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$EventGroupChatMemberLeftCopyWith<EventGroupChatMemberLeft> get copyWith => _$EventGroupChatMemberLeftCopyWithImpl<EventGroupChatMemberLeft>(this as EventGroupChatMemberLeft, _$identity);