ContactInfo constructor

ContactInfo(
  1. String id,
  2. DateTime time,
  3. bool accepted,
  4. int count, {
  5. Map<String, dynamic>? resource,
  6. String? text,
  7. DateTime? watermark,
  8. DateTime? visited,
  9. bool? forgotten,
})

Implementation

ContactInfo(this.id, this.time, this.accepted, this.count,
    {this.resource, this.text, this.watermark, this.visited, this.forgotten});