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