$RouteFaultInjectionPolicyAbort.fromJson constructor
$RouteFaultInjectionPolicyAbort.fromJson(
- Map json_
Implementation
$RouteFaultInjectionPolicyAbort.fromJson(core.Map json_)
: this(
httpStatus: json_['httpStatus'] as core.int?,
percentage: json_['percentage'] as core.int?,
);