result property

Map<String, dynamic> result
final

Result contains the result of the /call invocation. This result will not be inspected or interpreted by Rosetta tooling and is left to the caller to decode.

Implementation

final Map<String, dynamic> result;