BaseService constructor

BaseService([
  1. String? path
])

Implementation

BaseService([String? path])
    : configPath = path == null ? null : ConfigPath(path);