packed property

Logic get packed

Returns a simple flattened Logic.

For a basic Logic, this just returns itself.

Implementation

// ignore: avoid_returning_this
Logic get packed => this;