menu
n8n_client package
documentation
models/tag.dart
Tag
Tag.new constructor
Tag.new constructor
dark_mode
light_mode
Tag
constructor
Tag
(
{
required
String
id
,
required
String
name
,
DateTime
?
createdAt
,
DateTime
?
updatedAt
,
})
Implementation
Tag({ required this.id, required this.name, this.createdAt, this.updatedAt, });
n8n_client package
documentation
models/tag
Tag
Tag.new constructor
Tag class