ActionThresholds.fromJson constructor

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

Implementation

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