EventLocalModel constructor

EventLocalModel(
  1. int date,
  2. dynamic message,
  3. int cardType, {
  4. int? duration,
})

Implementation

EventLocalModel(this.date, this.message, this.cardType, {this.duration});