Relation constructor
const
Relation({
- required String name,
- Label<
RelationLabel> ? label, - PropertyMetadata? metadata,
Implementation
const Relation({
required this.name,
Label<RelationLabel>? label,
this.metadata,
}) : label = label ?? const Label(RelationLabel.other);