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