CustomErrorRule.fromJson constructor

CustomErrorRule.fromJson(
  1. Map json_
)

Implementation

CustomErrorRule.fromJson(core.Map json_)
    : this(
        isErrorType: json_['isErrorType'] as core.bool?,
        selector: json_['selector'] as core.String?,
      );