bytes property

  1. @optional
String? bytes
getter/setter pair

An array of bytes, encoded as a base64 string.

This is provided for the WriteEvent event.

Implementation

@optional
String? bytes;