UserProfileUserSettingsCodeEditorAppSettingsCustomImage constructor
const
UserProfileUserSettingsCodeEditorAppSettingsCustomImage({})
Creates a new UserProfileUserSettingsCodeEditorAppSettingsCustomImage.
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 UserProfileUserSettingsCodeEditorAppSettingsCustomImage({
required this.appImageConfigName,
required this.imageName,
this.imageVersionNumber,
});