PlatformSummary constructor
const
PlatformSummary({})
Creates a platform summary with Android build details.
Implementation
const PlatformSummary({
required this.manufacturer,
required this.brand,
required this.model,
required this.device,
required this.product,
required this.androidSdk,
required this.androidRelease,
});