optionalSpaced property
Lexeme
get
optionalSpaced
Lexical Modifier - Optional spaced
Adds spacing to the surrounding of the current pattern. The spacing is multiple and optional.
Equivalent to this.pad(spacing.optional)
.
Implementation
Lexeme get optionalSpaced => pad(spacing.optional);