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