GeneralSettings constructor

GeneralSettings({
  1. String baseUrl = 'http://localhost:8080',
})

Implementation

GeneralSettings({this.baseUrl = 'http://localhost:8080'});