AtNotification constructor

AtNotification({
  1. String? id,
  2. String? fromAtSign,
  3. String? toAtSign,
  4. String? key,
  5. String? value,
  6. int? dateTime,
  7. String? operation,
})

Implementation

AtNotification(
    {this.id,
    this.fromAtSign,
    this.toAtSign,
    this.key,
    this.value,
    this.dateTime,
    this.operation});