isStreaming property
bool
get
isStreaming
Whether this has the @streaming trait.
Implementation
bool get isStreaming => hasTrait<StreamingTrait>();
Whether this has the @streaming trait.
bool get isStreaming => hasTrait<StreamingTrait>();