EntityRecord constructor
const
EntityRecord({})
Implementation
const EntityRecord({
required this.id,
required this.workspaceId,
required this.type,
required this.name,
this.properties = const {},
required this.createdAt,
this.updatedAt,
});