getEnvironmentalZoneWarning abstract method

EnvironmentalZoneWarning? getEnvironmentalZoneWarning(
  1. Warning warning
)

Returns environmental zone warning corresponding to the given identifier.

  • warning The identifier of the warning, as provided by WarningListener.onWarning. The warning uniquely identifies a single environmental zone warning within this registry and is used to retrieve its full metadata.

Returns EnvironmentalZoneWarning?. The EnvironmentalZoneWarning object associated with the provided WarningsRegistry.getEnvironmentalZoneWarning.warning, or null if no warning exists for the given WarningsRegistry.getEnvironmentalZoneWarning.warning. This object contains the full details and attributes of the corresponding warning.

Implementation

EnvironmentalZoneWarning? getEnvironmentalZoneWarning(Warning warning);