RelationshipDetails constructor

RelationshipDetails({
  1. String? linkedTable,
})

Implementation

RelationshipDetails({
  this.linkedTable,
});