hasAttribute method

  1. @override
bool hasAttribute(
  1. String attributeName
)
inherited

Checks if the python object has the given attribute.

Implementation

@override
bool hasAttribute(String attributeName) =>
    _delegate.hasAttribute(attributeName);