Map<String, dynamic> toJson() => withoutNulls({ 'tag': tag, 'listen': listen, 'services': services?.map((item) => item.toJson()).toList(), });