alertTargets property

Map<AlertTargetType, AlertTarget>? alertTargets
final

Where the alerts are sent. (Alerts are always sent to the console.)

Implementation

final Map<AlertTargetType, AlertTarget>? alertTargets;