menu
n8n_client package
documentation
models/project.dart
ProjectRelation
ProjectRelation.new constructor
ProjectRelation.new constructor
dark_mode
light_mode
ProjectRelation
constructor
ProjectRelation
(
{
String
?
userId
,
String
?
role
,
DateTime
?
createdAt
,
DateTime
?
updatedAt
,
})
Implementation
ProjectRelation({ this.userId, this.role, this.createdAt, this.updatedAt, });
n8n_client package
documentation
models/project
ProjectRelation
ProjectRelation.new constructor
ProjectRelation class