BaseEntity class abstract

Constructors

BaseEntity()

Properties

hashCode int
Hash code of the entity
no setteroverride
id String
Returns the unique identifier of the entity
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals(BaseEntity other) bool
Equality comparison of entities
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the entity to JSON format
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
Equality operator
override