add method Null safety

void add(
  1. dynamic obj
)

Implementation

void add(obj) {
  var op = 'AddRelation';
  this.set(op, obj);
}