sumField method

num sumField(
  1. String field
)

Implementation

num sumField(String field) {
  return _harnCollection.sumField(field);
}