isInputShape property

bool get isInputShape

Whether this is an input to an operation.

Implementation

bool get isInputShape => hasTrait<InputTrait>();