menu
assistant_beta_openai package
documentation
infrastructure/network/model/response_model.dart
ResponseModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
Converts the ResponseModel instance to a JSON string.
Implementation
String toJson() => json.encode(toMap());
assistant_beta_openai package
documentation
infrastructure/network/model/response_model
ResponseModel
toJson method
ResponseModel class