AppService constructor

AppService({
  1. int nodeType,
  2. String apiUrl,
  3. String keyApp,
})

Implementation

AppService({this.nodeType, this.apiUrl, this.keyApp});