result property

Map<String, dynamic> result
getter/setter pair

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

Map<String, dynamic> result;