active property

  1. @BuiltValueField(wireName: r'active')
String? active

Active, if set, contains the registration method that is being used. It is initially not set.

Implementation

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