AFAppPlatformInfoState constructor
AFAppPlatformInfoState({})
Implementation
AFAppPlatformInfoState({
required this.appName,
required this.packageName,
required this.appVersion,
required this.appBuildNumber,
required this.osVersion,
required this.os,
required this.screenSize,
});