copyWith property

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

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

Implementation

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