isStreaming property

bool get isStreaming

Whether this has the @streaming trait.

Implementation

bool get isStreaming => hasTrait<StreamingTrait>();