FetchExamplesResponse constructor

FetchExamplesResponse({
  1. List<Example> examples = const [],
  2. String nextPageToken = '',
})

Implementation

FetchExamplesResponse({this.examples = const [], this.nextPageToken = ''})
  : super(fullyQualifiedName);