hasSchema property
bool
get
hasSchema
Whether the function declaration has a schema override.
Implementation
bool get hasSchema => _schemaObject != null;
Whether the function declaration has a schema override.
bool get hasSchema => _schemaObject != null;