loadTime method

  1. @internal
DateTime? loadTime(
  1. Uri canonicalUrl
)

Returns the most recent time the stylesheet at canonicalUrl was loaded from its importer, or null if it has never been loaded.

Implementation

@internal
DateTime? loadTime(Uri canonicalUrl) => _loadTimes[canonicalUrl];