PlantumlBase.stmt

Make a statement with an optional separator.

A statement is commonly an individual item or at the most a line.

mixintemplate PlantumlBase(T)
stmt
(
string stmt_
,
Flag!"addSep" separator = Yes.addSep
)

Parameters

stmt_ string

raw text to use as the statement

separator Flag!"addSep"

flag determining if a separator is added

Return Value

Type: Stmt!T

Stmt instance stored in this.

Meta