QueryTrackCacheInfoOption constructor

QueryTrackCacheInfoOption(
  1. {@required int tag,
  2. @required int serviceId,
  3. List<String> entityNames,
  4. int startTime,
  5. int endTime,
  6. bool needDistance: false,
  7. double distanceFilter}
)

有参构造

Implementation

QueryTrackCacheInfoOption(
    {@required int tag,
    @required int serviceId,
    this.entityNames,
    this.startTime,
    this.endTime,
    this.needDistance: false,
    this.distanceFilter})
    : super(tag: tag, serviceId: serviceId);