Map<String, dynamic> toJson() { return { 'name': name, 'version': version, 'objectStores': objectStores.map((e) => e.toJson()).toList(), }; }