copyWithCompanion method
Implementation
CallKitCallRow copyWithCompanion(CallKitCallsCompanion data) {
return CallKitCallRow(
id: data.id.present ? data.id.value : this.id,
at: data.at.present ? data.at.value : this.at,
);
}
CallKitCallRow copyWithCompanion(CallKitCallsCompanion data) {
return CallKitCallRow(
id: data.id.present ? data.id.value : this.id,
at: data.at.present ? data.at.value : this.at,
);
}