BatchAttachObject constructor
BatchAttachObject({
- required ObjectReference childReference,
- required String linkName,
- required ObjectReference parentReference,
Implementation
BatchAttachObject({
required this.childReference,
required this.linkName,
required this.parentReference,
});