files property

  1. @BuiltValueField(wireName: r'files')
BuiltList<FileInfo>? files

The FileInfo objects for any files attached to the post. This field will be null if the post does not have any file attachments.

Implementation

@BuiltValueField(wireName: r'files')
BuiltList<FileInfo>? get files;