BMFRecommendStopInfo constructor

BMFRecommendStopInfo(
  1. {String name,
  2. String address,
  3. BMFCoordinate location,
  4. String uid,
  5. double distance}
)

有参构造

Implementation

BMFRecommendStopInfo(
    {this.name, this.address, this.location, this.uid, this.distance});