copyWith method
Implementation
@override
MessageVideoChatEnded copyWith({
int? duration,
}) =>
MessageVideoChatEnded(
duration: duration ?? this.duration,
);
@override
MessageVideoChatEnded copyWith({
int? duration,
}) =>
MessageVideoChatEnded(
duration: duration ?? this.duration,
);