ExternalName class
An annotation to specify the name of an Entity class or field of an Entity class in an external system. See ExternalName.new.
Constructors
- ExternalName.new({required String name})
-
Sets the name of an Entity class or a field of an Entity class in an
external system (like another database).
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited