getInputFromJson abstract method

Input getInputFromJson(
  1. Map<String, dynamic> json
)

Parses the input JSON to the tool's input type.

Implementation

Input getInputFromJson(final Map<String, dynamic> json);