API Reference 0.3.24dart_web_toolkit_resourceSource

Source abstract class

Specifies the classpath location of the resource or resources associated with the {@link ResourcePrototype}.

abstract class Source {
 List<String> value();
}

Methods

abstract List<String> value() #