BaseEntity<V> class
abstract
Base entity properties
Local database entity necessary attributes,
continue to use the abstract keyword to describe
the key attributes of your database, and the real
entity is decorated with annotation Entity
- Mixed-in types
-
- ToValSyntax<
V>
- ToValSyntax<
Constructors
- BaseEntity(int? id, {String? createdAt, String? updateAt})
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
-
toVal(
) → V -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited