notification property

  1. @BuiltValueField.new(wireName: r'notification')
CustomNotification? get notification

Custom test notification object. Required when the types list contains CUSTOM.

Implementation

@BuiltValueField(wireName: r'notification')
CustomNotification? get notification;