data property

String? data
getter/setter pair

The thumbnail file itself.

That is, the bytes here are precisely the bytes that make up the thumbnail file; they can be served as an image as-is (with the appropriate content type.) Always set.

Implementation

core.String? data;