IFactAgentValues constructor

IFactAgentValues(
  1. IFactAgent neither_,
  2. IFactAgent both_,
  3. IFactAgent user_,
  4. IFactAgent subject_,
)

Implementation

IFactAgentValues(this.neither_,
    this.both_,
    this.user_,
    this.subject_) : delegate = List.unmodifiable([neither_,both_,user_,subject_]);