ListContextsResponse constructor

ListContextsResponse({
  1. List<Context> contexts = const [],
  2. String nextPageToken = '',
})

Implementation

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