allowedExtensions constant

List<String> const allowedExtensions

The allowed extensions for the CDN urls.

Implementation

static const List<String> allowedExtensions = ['webp', 'png', 'gif', 'jpg', 'jpeg'];