ImageField
/**
* Returns is the image is not securized.
*
* @returns {boolean}
*/
isPublic() {
return this.data.isPublic===true;
}Last updated
/**
* Returns is the image is not securized.
*
* @returns {boolean}
*/
isPublic() {
return this.data.isPublic===true;
}Last updated