SecurityScheme.fromJson constructor

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

Implementation

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