isInputShape property
bool
get
isInputShape
Whether this is an input to an operation.
Implementation
bool get isInputShape => hasTrait<InputTrait>();
Whether this is an input to an operation.
bool get isInputShape => hasTrait<InputTrait>();