Entity<Key extends EntityKey>.root constructor

Entity<Key extends EntityKey>.root(
  1. dynamic source
)

Constructs an Entity object from a dynamic source.

Implementation

factory Entity.root(dynamic source) => Entity.from(source);