BMFRoutePlanShareURLOption constructor Null safety

BMFRoutePlanShareURLOption(
  1. {dynamic from,
  2. dynamic to,
  3. BMFRoutePlanShareURLType? routePlanType,
  4. int? cityID,
  5. int? routeIndex}
)

有参构造

Implementation

BMFRoutePlanShareURLOption({
  this.from,
  this.to,
  this.routePlanType,
  this.cityID,
  this.routeIndex,
});