ImageAllowlist constructor

ImageAllowlist({
  1. List<String>? allowPattern,
})

Implementation

ImageAllowlist({
  this.allowPattern,
});