live property
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;
Informs about the origin of the notification. The value is true when originating from the live environment, false for the test environment.
@BuiltValueField(wireName: r'live')
String? get live;