model method

JsonQueryBuilder model(
  1. String name
)

Implementation

JsonQueryBuilder model(String name) {
  _modelName = name;
  return this;
}