TTestRateLimitsInput.fromJson constructor

TTestRateLimitsInput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TTestRateLimitsInput.fromJson(Map<String, dynamic> json) => TTestRateLimitsInput(body: TTestRateLimitsBody.fromJson(json['body'] as Map<String, dynamic>));