CmnXmlElementMsg$Fw class

Available extensions

Constructors

CmnXmlElementMsg$Fw(Fw<CmnXmlElementMsg> fv$, {DspReg? disposers})

Properties

fv$ → Fw<CmnXmlElementMsg>
final
hashCode int
The hash code for this object.
no setterinherited
repeated CmnXmlRepeatedElementMsg$Fw
latefinal
repeated CmnXmlRepeatedElementMsg

Available on Fw<CmnXmlElementMsg>, provided by the CmnXmlElementMsg$ExtFw extension

no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
single CmnXmlSingleElementMsg$Fw
latefinal
single CmnXmlSingleElementMsg

Available on Fw<CmnXmlElementMsg>, provided by the CmnXmlElementMsg$ExtFw extension

no getter

Methods

changes() Stream<CmnXmlElementMsg>
"changes" is not a great name since, by contract, the stream includes the initial, not yet changed value. maybe rename it to "distinctValues()" ?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() CmnXmlElementMsg
inherited
set(CmnXmlElementMsg v) → void
inherited
toString() String
A string representation of this object.
inherited
watch() CmnXmlElementMsg
inherited

Operators

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