getTileUrl property

(String? Function(Point?, num?)?) getTileUrl

Implementation

String? Function(Point?, num?)? get getTileUrl =>
    callMethod(getProperty(this, 'getTileUrl'), 'bind', [this]);
void getTileUrl=(String? value(Point?, num?)?)

Implementation

set getTileUrl(String? Function(Point?, num?)? value) {
  setProperty(this, 'getTileUrl', value == null ? null : allowInterop(value));
}