FrameViolationEntry constructor

FrameViolationEntry({
  1. String? field,
  2. String? violation,
})

Implementation

FrameViolationEntry({this.field, this.violation});