ErrorContactAddress constructor
const
ErrorContactAddress({})
Constructor of this class. All parameters are required. You can use this object everywhere in your application through KareeMaterialApp.globalErrorContactAddress
Implementation
const ErrorContactAddress(
{required this.appName,
required this.appSupportEmail,
required this.appVersion});