LfA2aV1HTTPAuthSecurityScheme.fromJson constructor
LfA2aV1HTTPAuthSecurityScheme.fromJson(
- Map json_
Implementation
LfA2aV1HTTPAuthSecurityScheme.fromJson(core.Map json_)
: this(
bearerFormat: json_['bearerFormat'] as core.String?,
description: json_['description'] as core.String?,
scheme: json_['scheme'] as core.String?,
);