Annotations extension type

The annotations for an Annotated object.

on

Constructors

Annotations.new({List<Role>? audience, double? priority})
factory
Annotations.fromMap(Map<String, Object?> _value)

Properties

audience List<Role>?
Describes who the intended customer of this object or data is.
no setter
priority double?
Describes how important this data is for operating the server.
no setter