AppStoreVersionAttributesDto.fromJson constructor

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

Decodes App Store version attributes from JSON.

Implementation

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