active property

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

Indicates whether the notification subscription is active.

Implementation

@BuiltValueField(wireName: r'active')
bool? get active;