bytes property

List<int>? bytes
final

Binary content for this file. When non-null, the generator writes these bytes directly instead of writing content as text.

Implementation

final List<int>? bytes;