hasSingleOutput property

  1. @override
bool get hasSingleOutput
override

Implementation

@override
bool get hasSingleOutput {
  final last = states.last;
  return last.hasSingleOutput;
}