AppResponse constructor

AppResponse({
  1. String? name,
  2. String? description,
  3. String? id,
  4. String? created,
  5. String? updated,
  6. String? dataClassification,
  7. String? dateFormat,
  8. bool? hasEveryoneOnTheInternet,
  9. String? timeZone,
  10. List<Variable>? variables,
})

Implementation

AppResponse(
    {this.name,
    this.description,
    this.id,
    this.created,
    this.updated,
    this.dataClassification,
    this.dateFormat,
    this.hasEveryoneOnTheInternet,
    this.timeZone,
    this.variables});