JsonPathApiConfiguration.fromJson constructor

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

Implementation

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