EtherScanFailure constructor Null safety

EtherScanFailure(
  1. {String message = '',
  2. int code = -1}
)

Implementation

EtherScanFailure({this.message = '', this.code = -1});