DetectedBehavior.fromJson constructor

DetectedBehavior.fromJson(
  1. String str
)

Implementation

factory DetectedBehavior.fromJson(String str) =>
    DetectedBehavior.fromMap(json.decode(str));