toItem method

Item toItem()

Implementation

Item toItem() {
  return HashMap.from(
      {"endpointId": endpointId, "endpointName": endpointName});
}