EmptyLine constructor

EmptyLine({
  1. int depth = 0,
})

Implementation

EmptyLine({int depth = 0}) : super(depth: depth);