built_stream
built_stream
StreamResult
StreamResult const constructor
StreamResult
built_stream
built_stream
StreamResult
StreamResult const constructor
StreamResult class
Constructors
StreamResult
Properties
hashCode
optional
propertyName
propertyType
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
StreamResult
constructor
const
StreamResult
(
Type
propertyType
,
String
propertyName
,
{
bool
optional
:
false
}
)
Implementation
const StreamResult(this.propertyType, this.propertyName, {this.optional = false});