copyWith method

Implementation

NotificationSchemeEventTypeId copyWith({String? id}) {
  return NotificationSchemeEventTypeId(
    id: id ?? this.id,
  );
}