isStatic property

bool isStatic

Returns true if the member is defined as part of the type rather than as a member of an instance.

Implementation

bool get isStatic =>
    _attributes & CorMethodAttr.mdStatic == CorMethodAttr.mdStatic;