AppAttributesDto.fromJson constructor

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

Decodes app attributes from JSON.

Implementation

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