ViolatingResource constructor

ViolatingResource({
  1. String? contentType,
  2. String? resourceUrl,
})

Implementation

ViolatingResource({
  this.contentType,
  this.resourceUrl,
});