Map<String, String> headers() { final token = this.token; if (token.isEmpty) { return const {}; } return {meshTokenHeader: token}; }