Valid constructor

Valid(
  1. String? code,
  2. Time _from,
  3. Time _until
)

Implementation

Valid(super.code, this._from, this._until);