
I noticed a getter by this name with the same implementation already exists in flutter_driver, with the same implementation as the initializer for this variable. This deletes the variable and instead exports the getter. Note that technically this could be breaking, because this version is a mutable variable instead of just a getter. But, I think this was just a mistake.