fromJson static method

ResultObjectDetection fromJson(
  1. String json
)

Implementation

static ResultObjectDetection fromJson(String json) {
  return fromMap(jsonDecode(json));
}