AddressStringToBytesResponse constructor

const AddressStringToBytesResponse({
  1. List<int>? addressBytes,
})

Implementation

const AddressStringToBytesResponse({this.addressBytes});