Model constructor

const Model({
  1. required Map<String, double> underlying,
})

Implementation

const Model({required this.underlying});