EntityType class
Enum class for type of a type of entity.
Used for classification of a metric.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- classEntity → const EntityType
- The entity representing a class, mixin or extension.
- fileEntity → const EntityType
- The entity representing a whole file.
- methodEntity → const EntityType
- The entity representing a class method or constructor, function, getter or setter.
-
values
→ const List<
EntityType> - A list containing all of the enum values that are defined.