factory LaunchPath.fromJson(Map<String, dynamic> json) { return LaunchPath( id: json['Id'] as String?, name: json['Name'] as String?, ); }