ValidationService constructor

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

Implementation

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