byKey method

dynamic byKey(
  1. String key
)

Implementation

byKey(String key) {
  this.key = key;
  return this;
}