JsonPathApiConfiguration constructor
JsonPathApiConfiguration({})
Implementation
JsonPathApiConfiguration({
super.title,
this.url = '',
this.headers,
this.requestBody,
this.rootField = const JSONPath(r'$'),
this.fieldMap,
}) : super(schemaType: schemaName);