Mention constructor

Mention({
  1. required String title,
  2. Map<String, dynamic>? customProperties,
})

Implementation

Mention({
  required this.title,
  this.customProperties,
});