Entity<MODEL extends Model>.fromModel constructor
Null safety
- MODEL model
Children should implement this constructor.
Implementation
const Entity.fromModel(MODEL model);
Children should implement this constructor.
const Entity.fromModel(MODEL model);