hasSchema property

bool get hasSchema

Whether the function declaration has a schema override.

Implementation

bool get hasSchema => _schemaObject != null;