MdCodeBlock class final

A Markdown fenced code block found in a documentation comment.

Annotations
  • @experimental

Constructors

MdCodeBlock({required String? infoString, required List<MdCodeBlockLine> lines, required CodeBlockType type})

Properties

hashCode int
The hash code for this object.
no setterinherited
infoString String?
The 'info string'.
final
lines List<MdCodeBlockLine>
Information about the comment lines that make up this code block.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CodeBlockType
The type of Markdown code block that is being represented.
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