DecodedInput.fromJson constructor

DecodedInput.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DecodedInput.fromJson(Map<String, dynamic> json) =>
    _$DecodedInputFromJson(json);