menu
n8n_client package
documentation
models/project.dart
Project
Project.new constructor
Project.new constructor
dark_mode
light_mode
Project
constructor
Project
(
{
required
String
id
,
required
String
name
,
String
?
type
,
})
Implementation
Project({ required this.id, required this.name, this.type, });
n8n_client package
documentation
models/project
Project
Project.new constructor
Project class