BMFRouteNode constructor Null safety

BMFRouteNode(
  1. {String? uid,
  2. String? title,
  3. dynamic location}
)

有参构造

Implementation

BMFRouteNode({this.uid, this.title, this.location});