copyWith property

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

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

Implementation

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