copyWith method

MessageVideoChatEnded copyWith({
  1. int? duration,
})

Implementation

MessageVideoChatEnded copyWith({int? duration}) =>
    MessageVideoChatEnded(duration: duration ?? this.duration);