type property

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

The flow type can either be api or browser.

Implementation

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