Entity<MODEL extends Model>.fromModel constructor

const Entity<MODEL extends Model>.fromModel(
  1. MODEL model
)

Children should implement this constructor.

Implementation

const Entity.fromModel(MODEL model);