CompileTypedMetadata class

Metadata used to type a generic directive.

Constructors

CompileTypedMetadata(String name, String? moduleUrl, List<OutputType> typeArguments, {String? on})

Properties

hashCode int
The hash code for this object.
no setterinherited
moduleUrl String?
The module URL of the directive this types.
final
name String
The name of the directive this types.
final
on String?
An optional identifier for matching specific instances of the directive.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArguments List<OutputType>
The generic type arguments to be used to instantiate the directive.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited