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

hashCode int
The hash code for this object.
no setterinherited
name String
The name assigned to the property in the external system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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