includeEventCodes property

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

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

Implementation

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