ChainBlockExplorer constructor

ChainBlockExplorer({
  1. required String name,
  2. required String url,
  3. String? apiUrl,
})

Implementation

ChainBlockExplorer({
  required this.name,
  required this.url,
  this.apiUrl,
});