UsageSetting constructor
UsageSetting({})
Implementation
UsageSetting(
{required this.language,
this.appDescription = '',
this.appName = '',
this.imagePath = null,
this.modalText = ''});
UsageSetting(
{required this.language,
this.appDescription = '',
this.appName = '',
this.imagePath = null,
this.modalText = ''});