setRelation method
Set the specific relationship in the model.
Implementation
void setRelation(String relation, dynamic value) {
_relations[relation] = value;
}
Set the specific relationship in the model.
void setRelation(String relation, dynamic value) {
_relations[relation] = value;
}