AttributeRelationship constructor
AttributeRelationship({
- required String key,
- required String type,
- required String status,
- required String error,
- required bool xrequired,
- bool? array,
- required String $createdAt,
- required String $updatedAt,
- required String relationType,
- required bool twoWay,
- required String twoWayKey,
- required String onDelete,
- required String side,
Implementation
AttributeRelationship({
required this.key,
required this.type,
required this.status,
required this.error,
required this.xrequired,
this.array,
required this.$createdAt,
required this.$updatedAt,
required this.relatedCollection,
required this.relationType,
required this.twoWay,
required this.twoWayKey,
required this.onDelete,
required this.side,
});