result property

  1. @override
Object? result
override

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
// TODO: implement result
Object? get result => throw UnimplementedError();