SecurityScheme.fromJson constructor

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

Creates a SecurityScheme from a JSON object.

Implementation

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