ExternalName constructor
const
ExternalName({
- required String name,
Sets the name of an Entity class or a field of an Entity class in an external system (like another database).
The field may be of type ToMany.
Implementation
const ExternalName({required this.name});