static bool validate(final Map<String, dynamic> object) { if (!object.containsKey('t')) return false; return object['t'] == '#labels'; }