type property

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

The unique code of the group.

Implementation

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