SourceQueryOptions constructor

SourceQueryOptions({
  1. List<String?>? sourceLayerIds,
  2. required String filter,
})

Implementation

SourceQueryOptions({
  this.sourceLayerIds,
  required this.filter,
});