$RouteFaultInjectionPolicyDelay.fromJson constructor

$RouteFaultInjectionPolicyDelay.fromJson(
  1. Map json_
)

Implementation

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