mentions property

List<String> get mentions

Implementation

List<String> get mentions => data['mentions']?.cast<String>() ?? [];