addField method

int addField(
  1. IStatus status
)

Implementation

int addField(IStatus status) {
  final res = _addField(self, status.self);
  status.checkStatus();
  return res;
}