ThresholdModel.fromJson constructor

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

Implementation

factory ThresholdModel.fromJson(Map<String, dynamic> json) =>
    _$ThresholdModelFromJson(json);