Log constructor
      
      Log({})
     
    
    
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,
});