copyWith method
- String? val,
Returns a copy of these ChatCallCredentials with the given val
.
Implementation
ChatCallCredentials copyWith({String? val}) =>
ChatCallCredentials(val ?? this.val);
Returns a copy of these ChatCallCredentials with the given val
.
ChatCallCredentials copyWith({String? val}) =>
ChatCallCredentials(val ?? this.val);