Map<String, dynamic> toMap() { return { 'version': version, 'id': id, 'isEncrypted': isEncrypted, 'data': data.toMap(), }; }