copyWith method
Implementation
CallCredentialsRow copyWith({String? callId, String? credentials}) =>
CallCredentialsRow(
callId: callId ?? this.callId,
credentials: credentials ?? this.credentials,
);
CallCredentialsRow copyWith({String? callId, String? credentials}) =>
CallCredentialsRow(
callId: callId ?? this.callId,
credentials: credentials ?? this.credentials,
);