roles property

  1. @BuiltValueField.new(wireName: r'roles')
BuiltSet<String>? get roles

The name of the role required to use the component.

Implementation

@BuiltValueField(wireName: r'roles')
BuiltSet<String>? get roles;