live property

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

Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.

Implementation

@BuiltValueField(wireName: r'live')
bool get live;