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