AppStoreVersionAttributesDto.fromJson constructor
Decodes App Store version attributes from JSON.
Implementation
factory AppStoreVersionAttributesDto.fromJson(Map<String, Object?> json) =>
_$AppStoreVersionAttributesDtoFromJson(json);
Decodes App Store version attributes from JSON.
factory AppStoreVersionAttributesDto.fromJson(Map<String, Object?> json) =>
_$AppStoreVersionAttributesDtoFromJson(json);