PrereleaseVersionAttributesDto.fromJson constructor

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

Decodes prerelease-version attributes from JSON.

Implementation

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