percent property

  1. @Deprecated('Use the double percentage field instead.')
int? percent
final

Percentage of requests on which the delay will be injected (0-100). Use of integer percent value is deprecated.

Implementation

@Deprecated('Use the double percentage field instead.')
final int? percent;