OneLine constructor

OneLine({
  1. int depth = 0,
  2. String body = '',
  3. bool hasNewline = true,
})

Implementation

OneLine({int depth = 0, this.body = '', this.hasNewline = true})
    : super(depth);