GetMentions constructor
const
GetMentions({})
Implementation
const factory GetMentions({int? page, int? limit, String? sort, @JsonKey(name: 'unread_only') bool? unreadOnly, required String auth}) = _GetMentions;
const factory GetMentions({int? page, int? limit, String? sort, @JsonKey(name: 'unread_only') bool? unreadOnly, required String auth}) = _GetMentions;