of static method

ScalingQuery of(
  1. dynamic context
)

Implementation

static ScalingQuery of(context) {
  return new ScalingQuery(context);
}