DocumentCommentSpecification class

Describes how to format a document comment.

Constructors

DocumentCommentSpecification(String openCommentToken, {String closeCommentToken = '', String blockContinuationToken = ''})
Constructor for DocumentationCommentSpecification
const

Properties

blockContinuationToken String
Token that represents the continuation symbol for a block of documentation comments.
final
closeCommentToken String
Token that represents the closing symbol for a documentation comment.
final
hashCode int
The hash code for this object.
no setterinherited
openCommentToken String
Token that represents the open symbol for a documentation comment.
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
toString() String
A string representation of this object.
inherited

Operators

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