AttributeRelationship constructor
AttributeRelationship({})
Implementation
AttributeRelationship({
required this.key,
required this.type,
required this.status,
required this.error,
required this.xrequired,
this.array,
required this.relatedCollection,
required this.relationType,
required this.twoWay,
required this.twoWayKey,
required this.onDelete,
required this.side,
});