flutter_entity library

Classes

Entity<Key extends EntityKey>
Represents an entity with a unique identifier and timestamp.
EntityKey
Represents the keys associated with an entity.
Response<T extends Object>
Represents the response of an operation, containing various flags, data, and status. T represents the type of data being handled.
ResponseMessages

Enums

Status

Extensions

EntityMapHelper on Map<String, dynamic>
EntityObjectHelper on Object?
Extension methods to provide helper functionalities for object types that represent entities.
ResponseStatusExtension on Status?

Typedefs

EntityBuilder<T> = T Function(dynamic value)
Defines a function signature for building entities from dynamic data.