BlockDocDirective class final

A block doc directive, denoted by an opening tag, and a closing tag.

The text in between the two tags is not explicitly called out. It can be read from the original compilation unit, between the offsets of the opening and closing tags.

Implemented types
Annotations
  • @experimental

Constructors

BlockDocDirective(DocDirectiveTag openingTag, DocDirectiveTag? closingTag)

Properties

closingTag DocDirectiveTag?
final
hashCode int
The hash code for this object.
no setterinherited
openingTag DocDirectiveTag
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DocDirectiveType
no setteroverride

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