Mert constructor

const Mert({
  1. String base = 'localhost',
})

Implementation

const Mert({this.base = 'localhost'});