RawArgProcessor class

Processor which is accepting any arg and not process arg value at all. That processor should be used as the last processor in the pipeline.

Implemented types

Constructors

RawArgProcessor()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(JsonWidgetRegistry registry, dynamic arg, Set<String>? jsonWidgetListenVariables) ProcessedArg
Process passed arg into ProcessedArg. The registry is giving functions and variables information context for the processing.
override
support(dynamic arg) bool
Used to give the information if specified arg is supported by ArgProcessor.
override
toString() String
A string representation of this object.
inherited

Operators

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