DataUriFunctions class
Properties
context
↔ Contexts
read / write, inherited
currentFileInfo
↔ FileInfo
read / write, inherited
hashCode
→ int
The hash code for this object. [...]
read-only, inherited
index
↔ int
read / write, inherited
less
↔ TreeApi
read / write, inherited
name
↔ String
read / write, inherited
registry
↔ Map <String , FunctionRegistryItem >
Method registry: { 'externalName': {'name': internalName, 'listArguments': false} }
read / write, inherited
runtimeType
→ Type
A representation of the runtime type of the object.
read-only, inherited
Methods
call (List <Node > args )
→ dynamic
Call the last valid name of method
inherited
dataURI (Node mimetypeNode , [Node filePathNode ] )
→ URL
Inlines a resource and falls back to url() if the ieCompat option is on and
the resource is too large. If the MIME type is not given then uses
the mime package to determine the correct mime type. [...]
init (Contexts context , int index , FileInfo currentFileInfo )
→ void
Config functions with the necessarry information for processing
inherited
isValid (String name )
→ bool
Check if name is a method name available
inherited
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString ()
→ String
A string representation of this object. [...]
inherited