SecurityScheme.fromJson constructor
Creates a SecurityScheme from a JSON object.
Implementation
factory SecurityScheme.fromJson(Map<String, dynamic> json) =>
_$SecuritySchemeFromJson(json);
Creates a SecurityScheme from a JSON object.
factory SecurityScheme.fromJson(Map<String, dynamic> json) =>
_$SecuritySchemeFromJson(json);