BMFRecommendStopInfo constructor Null safety

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

有参构造

Implementation

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