StandardDeclaration class final
- Inheritance
-
- Object
- Declaration
- StandardDeclaration
- Mixed-in types
Constructors
- StandardDeclaration({required Type type, required String name, required bool isPublic, required bool isSynthetic})
-
const
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
-
equalizedProperties(
) → List< Object?> -
Mixin-style contract for value-based equality,
hashCode, andtoString.override -
getIsPublic(
) → bool -
Checks if this declaration is a public declaration.
override
-
getIsSynthetic(
) → bool -
Checks if a declaration is a synthetic declaration.
override
-
getName(
) → String -
Gets the name of the declared element.
override
-
getType(
) → Type -
Gets the runtime type of the declared element.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object> -
Returns a JSON representation of this entity.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited