columns property
List of Column used by the table.
Implementation
@override
List<_is.Column> get columns => [
id,
storageId,
path,
expiration,
authKey,
maxFileSize,
contentLength,
preventOverwrite,
contentType,
cacheControl,
contentDisposition,
contentEncoding,
customMetadata,
];