clone method

  1. @override
  2. @mustBeOverridden
PairInterface clone()
inherited

Creates a new Interface with the same ports as this.

It is expected that any implementation will override this in a way that returns the same type as itself.

Implementation

@override
@mustBeOverridden
// ignore: deprecated_member_use_from_same_package
PairInterface clone() => PairInterface.clone(this);