BMFUserLocation constructor Null safety

BMFUserLocation(
  1. {BMFLocation? location,
  2. bool? updating,
  3. BMFHeading? heading,
  4. String? title,
  5. String? subtitle}
)

BMFUserLocation构造方法

Implementation

BMFUserLocation({
  this.location,
  this.updating,
  this.heading,
  this.title,
  this.subtitle,
});