Settings constructor

Settings(
  1. {int extraLines = 2,
  2. int tabSize = 4,
  3. bool loc = true,
  4. dynamic source = null}
)

Implementation

Settings(
    {this.extraLines = 2,
    this.tabSize = 4,
    this.loc = true,
    this.source = null});