live property

  1. @BuiltValueField.new(wireName: r'live')
String? get live

Informs about the origin of the notification. The value is true when originating from the live environment, false for the test environment.

Implementation

@BuiltValueField(wireName: r'live')
String? get live;