Converts the access list entry to a JSON map.
Map<String, dynamic> toJson() { return {'address': address.address, 'storageKeys': storageKeys}; }