copyWith method

UpdateNewCustomEvent copyWith({
  1. String? event,
})

Implementation

UpdateNewCustomEvent copyWith({String? event}) =>
    UpdateNewCustomEvent(event: event ?? this.event);