Creates a Session from JSON
factory Session.fromJson(Map<String, dynamic> json) => _$SessionFromJson(json);