Package enum
Represents the packages in the packages
folder, excluding the winrtgen
package.
Values
- ai → const Package
-
The
windows_ai
package.const Package('windows_ai')
- applicationmodel → const Package
-
The
windows_applicationmodel
package.const Package('windows_applicationmodel')
- data → const Package
-
The
windows_data
package.const Package('windows_data')
- devices → const Package
-
The
windows_devices
package.const Package('windows_devices')
- foundation → const Package
-
The
windows_foundation
package.const Package('windows_foundation')
- gaming → const Package
-
The
windows_gaming
package.const Package('windows_gaming')
- globalization → const Package
-
The
windows_globalization
package.const Package('windows_globalization')
- graphics → const Package
-
The
windows_graphics
package.const Package('windows_graphics')
- management → const Package
-
The
windows_management
package.const Package('windows_management')
- media → const Package
-
The
windows_media
package.const Package('windows_media')
- networking → const Package
-
The
windows_networking
package.const Package('windows_networking')
- perception → const Package
-
The
windows_perception
package.const Package('windows_perception')
- security → const Package
-
The
windows_security
package.const Package('windows_security')
- services → const Package
-
The
windows_services
package.const Package('windows_services')
- storage → const Package
-
The
windows_storage
package.const Package('windows_storage')
- system → const Package
-
The
windows_system
package.const Package('windows_system')
- ui → const Package
-
The
windows_ui
package.const Package('windows_ui')
- web → const Package
-
The
windows_web
package.const Package('windows_web')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
The name of the package (e.g.,
windows_foundation
).final - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited