supportedUrls property

FutureOr<Map<String, List<RegExp>>> get supportedUrls
inherited

URL patterns this model can consume without the SDK downloading them.

Implementation

FutureOr<Map<String, List<RegExp>>> get supportedUrls =>
    const {};