ShouldThrottleResponse.fromJson constructor

ShouldThrottleResponse.fromJson(
  1. Map json_
)

Implementation

ShouldThrottleResponse.fromJson(core.Map json_)
    : this(
        shouldThrottle: json_['shouldThrottle'] as core.bool?,
      );