menu
n8n_client package
documentation
models/pagination.dart
UserListResponse
UserListResponse.new constructor
UserListResponse.new constructor
dark_mode
light_mode
UserListResponse
constructor
UserListResponse
(
{
required
List
<
Map
<
String
,
dynamic
>
>
data
,
String
?
nextCursor
,
})
Implementation
UserListResponse({ required this.data, this.nextCursor, });
n8n_client package
documentation
models/pagination
UserListResponse
UserListResponse.new constructor
UserListResponse class