remove method Null safety

void remove(
  1. dynamic obj
)

Implementation

void remove(obj) {
  var op = 'RemoveRelation';
  this.set(op, obj);
}