result property

  1. @override
Object? result

Platform specific error result.

Its content is platform dependent and used internally and could change in the future but could help in analyzing the error.

Implementation

@override
Object? get result => null;