BMFUserLocation constructor Null safety
- {BMFLocation? location,
- bool? updating,
- BMFHeading? heading,
- String? title,
- String? subtitle}
BMFUserLocation构造方法
Implementation
BMFUserLocation({
this.location,
this.updating,
this.heading,
this.title,
this.subtitle,
});