excludeEventCodes property

  1. @BuiltValueField.new(wireName: r'excludeEventCodes')
BuiltList<String>? get excludeEventCodes

Object containing list of event codes for which the notification will not be sent.

Implementation

@BuiltValueField(wireName: r'excludeEventCodes')
BuiltList<String>? get excludeEventCodes;