content property

List<Attachment>? content
inherited

content The content of the library as an Attachment. The content may be a reference to a url, or may be directly embedded as a base-64 string. Either way, the contentType of the attachment determines how to interpret the content.

Implementation

List<Attachment>? get content => throw _privateConstructorUsedError;