LiveCheck constructor

LiveCheck(
  1. String field,
  2. dynamic sent,
  3. dynamic resolved
)

Implementation

LiveCheck(this.field, this.sent, this.resolved) : ok = sent == resolved;