isOutputShape property

bool get isOutputShape

Whether this is an output to an operation.

Implementation

bool get isOutputShape => hasTrait<OutputTrait>();