toJson method

Map<String, dynamic> toJson()

Converts to JSON.

Implementation

Map<String, dynamic> toJson() => {
  'max_requests_per_1_minute': maxRequestsPer1Minute,
};