API Reference 0.3.24dart_web_toolkit_resourceResourcePrototype

ResourcePrototype abstract class

The base interface all bundle resource types must extend.

abstract class ResourcePrototype {
 /**
  * Returns the name of the function within the ClientBundle used to create the
  * ResourcePrototype.
  * 
  * @return the name of the function within the ClientBundle used to create the
  *         ResourcePrototype
  */
 String get name;
}

Subclasses

ImageResource

Properties

final String name #

Returns the name of the function within the ClientBundle used to create the ResourcePrototype.

@return the name of the function within the ClientBundle used to create the

    ResourcePrototype
String get name;