fromAddress static method

Waypoint fromAddress(
  1. String address
)

Implementation

static Waypoint fromAddress(String address) => Waypoint(value: address);