get_span_batch method

Future<List<BMKCoordinateSpan?>> get_span_batch()

Implementation

Future<List<BMKCoordinateSpan?>> get_span_batch() async {
  final resultBatch = await kBmapCoreFluttifyChannel.invokeMethod("BMKCoordinateRegion::get_span_batch", [for (final __item__ in this) {'__this__': __item__}]);
  return (resultBatch as List).map((__result__) => BmapCoreFluttifyIOSAs<BMKCoordinateSpan>(__result__)).cast<BMKCoordinateSpan?>().toList();
}