fromData static method
Implementation
static TxLog fromData(TxLogDataArgs data) {
// return TxLog(data.msgIndex!, data.log!, data.events!.map((e) =>
// Event()
// ..type = e.type
// ..Attributes = e.attributes.map((q) => Map<String, String>(key)).ConvertAll(q => EventKV()
// {
// Key = q.Key,
// Value = q.Value
// }).ToArray()
// ).ToArray());
throw Exception();
}