getLeft method

  1. @override
L getLeft()
override

Implementation

@override
L getLeft() {
  throw Exception("getLeft() called on Right");
}