flows property Null safety
read / write
An object containing configuration information for the flow types supported.
Fixed keys are implicit, password, clientCredentials and authorizationCode.
For oauth2 only. REQUIRED if so.
Implementation
Map<String, APISecuritySchemeOAuth2Flow?>? flows;