menu
ngcompiler package
documentation
v1/src/compiler/output/abstract_emitter.dart
EmitterVisitorContext
lineIsEmpty method
lineIsEmpty method
dark_mode
light_mode
lineIsEmpty
method
bool
lineIsEmpty
(
)
Implementation
bool lineIsEmpty() { return identical(_currentLine.parts.length, 0); }
ngcompiler package
documentation
v1/src/compiler/output/abstract_emitter
EmitterVisitorContext
lineIsEmpty method
EmitterVisitorContext class