Map<String, dynamic> toJson() => {"index": index, "hash": hash} ..removeWhere((dynamic key, dynamic value) => key == null || value == null);