mounted property

  1. @override
bool mounted
getter/setter pair

Whether the (fake) branch is still mounted — settable so a test drives the unmounted-throw path.

Implementation

@override
bool mounted = true;