CheckResponse constructor

CheckResponse({
  1. String? debugString,
  2. List<String>? errorCode,
  3. bool? linked,
  4. String? maxAge,
})

Implementation

CheckResponse({
  this.debugString,
  this.errorCode,
  this.linked,
  this.maxAge,
});