Entity<MODEL extends Model>.fromJson constructor

const Entity<MODEL extends Model>.fromJson(
  1. Json json
)

Children should implement this constructor.

Implementation

const Entity.fromJson(Json json);