Definition class
Constructors
- Definition({required Identifier identifier, required Location location, String? loadingUnit})
-
const
-
Definition.fromJson(Map<
String, dynamic> json, List<Identifier> identifiers, List<String> uris) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- identifier → Identifier
-
final
- loadingUnit → String?
-
final
- location → Location
-
Represents the '@' field in the JSON
final
- 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
-
toJson(
Map< Identifier, int> identifiers, Map<String, int> uris) → Map<String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override