BuildAttributesDto.fromJson constructor

BuildAttributesDto.fromJson(
  1. Map<String, Object?> json
)

Decodes build attributes from JSON.

Implementation

factory BuildAttributesDto.fromJson(Map<String, Object?> json) => _$BuildAttributesDtoFromJson(json);