shouldAutomaticallyDocument property

bool shouldAutomaticallyDocument

Whether a subclass will automatically be registered as a schema component automatically.

Defaults to true. When an instance of this subclass is used in a ResourceController, it will automatically be registered as a schema component. Its properties will be reflected on to create the APISchemaObject. If false, you must register a schema for the subclass manually.

Overriding static methods is not enforced by the Dart compiler - check for typos.

Implementation

static bool get shouldAutomaticallyDocument => true;