NetworkInfo constructor
const
NetworkInfo({})
Contains the information of a generic Cosmos-based network.
Implementation
const NetworkInfo({
required this.bech32Hrp,
required this.lcdUrl,
this.name = '',
this.iconUrl = '',
this.defaultTokenDenom,
});