ListResponse constructor

ListResponse({
  1. String? debugString,
  2. List<String>? errorCode,
  3. String? maxAge,
  4. List<Statement>? statements,
})

Implementation

ListResponse({
  this.debugString,
  this.errorCode,
  this.maxAge,
  this.statements,
});