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