responseTypesSupported property

  1. @JsonKey(name: 'response_types_supported')
List<String>? get responseTypesSupported
inherited

Text

Implementation

@JsonKey(name: 'response_types_supported')
List<String>? get responseTypesSupported =>
    throw _privateConstructorUsedError;