menu
another_chatgpt package
documentation
common/common_dto.dart
GetGptListRequest
GetGptListRequest constructor
GetGptListRequest constructor
dark_mode
light_mode
GetGptListRequest
constructor
GetGptListRequest
(
{
int
limit
=
20
,
GptOrder
order
=
GptOrder.desc
,
String
?
after
,
String
?
before
,
})
Implementation
GetGptListRequest({this.limit = 20, this.order = GptOrder.desc, this.after, this.before});
another_chatgpt package
documentation
common/common_dto
GetGptListRequest
GetGptListRequest constructor
GetGptListRequest class