FrameViolationEntry.fromJson constructor
FrameViolationEntry.fromJson(
- Map json_
Implementation
FrameViolationEntry.fromJson(core.Map json_)
: this(
field: json_['field'] as core.String?,
violation: json_['violation'] as core.String?,
);