CachedAliceHttpCall constructor

CachedAliceHttpCall(
  1. int id, {
  2. int objectId = 0,
  3. DateTime? createdTime,
  4. String client = '',
  5. bool loading = true,
  6. bool secure = false,
  7. String method = '',
  8. String endpoint = '',
  9. String server = '',
  10. String uri = '',
  11. int duration = 0,
})

Implementation

CachedAliceHttpCall(
  this.id, {
  this.objectId = 0,
  DateTime? createdTime,
  this.client = '',
  this.loading = true,
  this.secure = false,
  this.method = '',
  this.endpoint = '',
  this.server = '',
  this.uri = '',
  this.duration = 0,
}) : createdTime = createdTime ?? DateTime.now();