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