UserProfileUserSettingsKernelGatewayAppSettingsCustomImage constructor
const
UserProfileUserSettingsKernelGatewayAppSettingsCustomImage({})
Creates a new UserProfileUserSettingsKernelGatewayAppSettingsCustomImage.
appImageConfigName The name of the App Image Config.
imageName The name of the Custom Image.
imageVersionNumber The version number of the Custom Image.
Implementation
const UserProfileUserSettingsKernelGatewayAppSettingsCustomImage({
required this.appImageConfigName,
required this.imageName,
this.imageVersionNumber,
});