copyWith method
Implementation
ItemStatusLastWebhook copyWith({DateTime? sentAt, String? codeSent}) {
return ItemStatusLastWebhook(
sentAt: sentAt ?? this.sentAt, codeSent: codeSent ?? this.codeSent);
}
ItemStatusLastWebhook copyWith({DateTime? sentAt, String? codeSent}) {
return ItemStatusLastWebhook(
sentAt: sentAt ?? this.sentAt, codeSent: codeSent ?? this.codeSent);
}