factory Receiver.fromMap(Map<String, dynamic> map) { return Receiver( id: map['id'], name: map['name'], ); }