M7BlinkDetectionThreshold.fromJson constructor

M7BlinkDetectionThreshold.fromJson(
  1. String source
)

Implementation

factory M7BlinkDetectionThreshold.fromJson(String source) =>
    M7BlinkDetectionThreshold.fromMap(json.decode(source));