DSXResolver<T> class

Available Extensions

Constructors

DSXResolver(DSX<T> dsx)

Properties

dsx DSX<T>
final
hashCode int
The hash code for this object.
no setterinherited
isFunction bool
no setter
isFuture bool
no setter
object Object?
no setter
objectSource Object?
no setter
resolvedElement DOMElement?
no setter
resolvedValue Object?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Returns the type of this DSX object as String.
no setter

Methods

call() → dynamic
Call this DSX object as a Function, passing parameters if present.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
resolveElement({QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) Object?
Calls resolveValue and returns the corresponding DOMElement for the value.
resolveValue({QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) Object?
Resolve this DSX object value.
resolveValueAsString({QueryElementProvider? elementProvider, IntlMessageResolver? intlMessageResolver}) String?
Calls resolveValue to a String.
setResolvedValue(dynamic value) DOMElement
toString() String
A string representation of this object.
inherited

Operators

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