copyWith property

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

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

Implementation

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