Map<String, dynamic> toOrder(){ Map<String, dynamic> result = toMap(); result.remove('id'); result.remove('state'); return result; }