toSave method

Map<String, dynamic> toSave()

Implementation

Map<String, dynamic> toSave(){
  Map<String, dynamic> result = toMap();
  result['id'] = identificationNumber;
  return result;
}