PathItem.fromJson constructor

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

Implementation

factory PathItem.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$PathItemFromJson);