copyWith property

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

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

Implementation

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