ActiveEventSchema constructor
ActiveEventSchema({})
Returns a new ActiveEventSchema instance.
Implementation
ActiveEventSchema({
required this.name,
required this.code,
required this.map,
required this.previousMap,
required this.duration,
required this.expiration,
required this.createdAt,
});