output property

String? output
getter/setter pair

Contains stdout when code execution is successful, stderr or other description otherwise.

Optional.

Implementation

core.String? output;