contents property
Object?
get
contents
The initial contents of the new file.
If creating a file from a {@link DocumentDropEditProviderdrop operation}, you can pass in a {@link DataTransferFile} to improve performance by avoiding extra data copying.
Implementation
_i2.Object? get contents => _i5.getProperty(
this,
'contents',
);