Log constructor

Log({
  1. int blockNumber,
  2. String blockHash,
  3. bool removed,
  4. int transactionLogIndex,
  5. String address,
  6. String data,
  7. List<String> topics,
  8. String transactionHash,
  9. String transactionIndex,
  10. String logIndex,
})

Implementation

external factory Log({
  int blockNumber,
  String blockHash,
  bool removed,
  int transactionLogIndex,
  String address,
  String data,
  List<String> topics,
  String transactionHash,
  String transactionIndex,
  String logIndex,
});