ListOperationsResponse constructor

ListOperationsResponse({
  1. List<Operation<ProtoMessage, ProtoMessage>> operations = const [],
  2. String nextPageToken = '',
  3. List<String> unreachable = const [],
})

Implementation

ListOperationsResponse({
  this.operations = const [],
  this.nextPageToken = '',
  this.unreachable = const [],
}) : super(fullyQualifiedName);