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