Vegvesen constructor

Vegvesen({
  1. String? bilskilt,
})

init with 'bilskilt' as optional parameter

Implementation

Vegvesen({String? bilskilt}) : this._bilskilt = bilskilt;