Map<String, dynamic> toMap() { return { 'blacklist': blacklist.map((item) => item.toMap()).toList(), 'nextFlag': nextFlag, }; }