menu
openai_core package
documentation
realtime.dart
RateLimit
RateLimit.fromJson factory constructor
RateLimit.fromJson factory constructor
dark_mode
light_mode
RateLimit.fromJson
constructor
RateLimit.fromJson
(
Map
<
String
,
dynamic
>
j
)
Implementation
factory RateLimit.fromJson(Map<String, dynamic> j) => RateLimit(j);
openai_core package
documentation
realtime
RateLimit
RateLimit.fromJson factory constructor
RateLimit class