copyWith method
Implementation
ExtNotification copyWith({Object? value = _acpCopyWithAbsent}) =>
ExtNotification(
identical(value, _acpCopyWithAbsent) ? this.value : value as Object?,
);
ExtNotification copyWith({Object? value = _acpCopyWithAbsent}) =>
ExtNotification(
identical(value, _acpCopyWithAbsent) ? this.value : value as Object?,
);