toData method
Implementation
TxLogDataArgs toData() {
throw Exception();
// var events = this.events.map((w) => TxLogDataEventArgs()
// ..type = w.type
// ..attributes = w.attributes!.map((e) => {e.key: e.value}).toList()
// ).toList();
// return TxLogDataArgs()
// {
// Events =,
// Log = this.log,
// MsgIndex = this.msg_index
// };
}