By constructor

const By(
  1. String using,
  2. String value
)

Implementation

const By(this.using, this.value);