EntityInfoBuilder.fromJson constructor

EntityInfoBuilder.fromJson(
  1. Map<String, dynamic> json
)

Implementation

EntityInfoBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$EntityInfo.fromJson(json);
  replace(v);
}