GetApplicationProvidersApplicationProviderDisplayData constructor
const
GetApplicationProvidersApplicationProviderDisplayData({})
Creates a new GetApplicationProvidersApplicationProviderDisplayData.
description Description of the application provider.
displayName Name of the application provider.
iconUrl URL that points to an icon that represents the application provider.
Implementation
const GetApplicationProvidersApplicationProviderDisplayData({
required this.description,
required this.displayName,
required this.iconUrl,
});