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