copyWith property

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

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

Implementation

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