AppAttributesDto constructor
const
AppAttributesDto({})
Creates app attributes.
Implementation
@JsonSerializable(checked: true)
const factory AppAttributesDto({
required String name,
required String bundleId,
required String sku,
required String primaryLocale,
}) = _AppAttributesDto;