isOutputShape property
bool
get
isOutputShape
Whether this is an output to an operation.
Implementation
bool get isOutputShape => hasTrait<OutputTrait>();
Whether this is an output to an operation.
bool get isOutputShape => hasTrait<OutputTrait>();