DockerCommanderFormulaSource class

The source of a formula

Constructors

DockerCommanderFormulaSource(String language, String source)

Properties

hashCode int
The hash code for this object.
no setterinherited
language String
The programming language of the formula, to be parsed by ApolloVM.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
Source code of the formula.
getter/setter pair

Methods

createVM() Future<ApolloVM>
Creates an ApolloVM loaded with this source.
getName() Future<String>
The name of this formula.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFormula() DockerCommanderFormula
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited