Interaction constructor
Implementation
Interaction(
DateTime time, String correctness, String type, String description) {
this._time = time;
this._correctness = correctness;
this._type = type;
this._description = description;
}
Interaction(
DateTime time, String correctness, String type, String description) {
this._time = time;
this._correctness = correctness;
this._type = type;
this._description = description;
}