result property

Map<String, Object?>? result
getter/setter pair

A table mapping the names of result fields to their values. Should be null if there is no result to send.

Implementation

Map<String, Object?>? result;