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