menu
toon_dart package
documentation
types.dart
BlankLineInfo
BlankLineInfo.new const constructor
BlankLineInfo.new const constructor
dark_mode
light_mode
BlankLineInfo
constructor
const
BlankLineInfo
(
{
required
int
lineNumber
,
required
int
indent
,
required
int
depth
,
})
Implementation
const BlankLineInfo({ required this.lineNumber, required this.indent, required this.depth, });
toon_dart package
documentation
types
BlankLineInfo
BlankLineInfo.new const constructor
BlankLineInfo class