Decodes build attributes from JSON.
factory BuildAttributesDto.fromJson(Map<String, Object?> json) => _$BuildAttributesDtoFromJson(json);