ChangesRequest.getStartCursor constructor

ChangesRequest.getStartCursor({
  1. String? fields,
  2. String? form,
  3. Map<String, dynamic>? parameters,
  4. bool? prettyPrint,
  5. String? quotaId,
})

Implementation

ChangesRequest.getStartCursor({
  this.fields,
  this.form,
  this.parameters,
  this.prettyPrint,
  this.quotaId,
}) : super('Changes#GetStartCursor');