exception property
final
The exception. Often this will be an AssertionError, maybe specifically a FlutterError. However, this could be any value at all.
Implementation
final Object exception;
The exception. Often this will be an AssertionError, maybe specifically a FlutterError. However, this could be any value at all.
final Object exception;