factory PriorityId.fromJson(Map<String, Object?> json) { return PriorityId( id: json[r'id'] as String? ?? '', ); }