copyWith property

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

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

Implementation

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