DecodedAddress constructor
DecodedAddress({
- required String prefix,
- required AddressType type,
- required String hash,
Implementation
DecodedAddress({
required this.prefix,
required this.type,
required this.hash,
});