copyWith property

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

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

Implementation

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