ParamBuilder<Map<String, dynamic>> dictionary(String id) { return ParamBuilder<Map<String, dynamic>>(id) // .store(this) .editor(KeyValueEditor()); }