LiveCheck constructor
LiveCheck(
- String field,
- dynamic sent,
- dynamic resolved
Implementation
LiveCheck(this.field, this.sent, this.resolved) : ok = sent == resolved;
LiveCheck(this.field, this.sent, this.resolved) : ok = sent == resolved;