copyWith method

ProcessPushNotification copyWith({
  1. String? payload,
})

Implementation

ProcessPushNotification copyWith({String? payload}) =>
    ProcessPushNotification(payload: payload ?? this.payload);