copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$DeviceDetailsCopyWith<DeviceDetails> get copyWith
inherited

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

Implementation

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