copyWith property

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

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

Implementation

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