FrameViolationEntry.fromJson constructor

FrameViolationEntry.fromJson(
  1. Map json_
)

Implementation

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