copyWith property

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

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

Implementation

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