MLCustomInteractiveLivenessDetectionSetting.fromJson constructor

MLCustomInteractiveLivenessDetectionSetting.fromJson(
  1. String str
)

Implementation

factory MLCustomInteractiveLivenessDetectionSetting.fromJson(String str) {
  return MLCustomInteractiveLivenessDetectionSetting.fromMap(
      json.decode(str));
}