PullOptions constructor

PullOptions({
  1. bool? force,
  2. Map<String, dynamic>? variables,
})

Implementation

PullOptions({
  this.force,
  this.variables,
});