menu
googleapis package
documentation
pubsub/v1.dart
ListSchemasResponse
ListSchemasResponse.new constructor
ListSchemasResponse.new constructor
dark_mode
light_mode
ListSchemasResponse
constructor
ListSchemasResponse
(
{
String
?
nextPageToken
,
List
<
Schema
>
?
schemas
,
})
Implementation
ListSchemasResponse({
this
.nextPageToken,
this
.schemas, });
googleapis package
documentation
pubsub/v1
ListSchemasResponse
ListSchemasResponse.new constructor
ListSchemasResponse class
Constructors
new
fromJson
Properties
hashCode
nextPageToken
runtimeType
schemas
Methods
noSuchMethod
toJson
toString
Operators
operator ==