output property
dynamic
output
getter/setter pair
The output the server sent, or null.
Do NOT use this field to check if the operation failed (because it can be null even in case of success)
Implementation
dynamic output;