EndpointReference constructor

EndpointReference({
  1. required String address,
})

Implementation

EndpointReference({required this.address});