Model.fromJson constructor

Model.fromJson(
  1. Map<String, double> json
)

Implementation

factory Model.fromJson(Map<String, double> json) => Model(underlying: json);