Map toJson()

Source

Map toJson() {
  _map['groups'] = groups;
  _map['registered'] = registered;
  return _map;
}