BelegLinie constructor

const BelegLinie({
  1. String char = '-',
})

Implementation

const BelegLinie({this.char = '-'});