AddressResponse$Response constructor

const AddressResponse$Response({
  1. required String address,
})

Implementation

const AddressResponse$Response({
  required this.address,
});