Dart_KernelCompilationVerbosityLevel enum

Inheritance
  • Object
  • Enum
  • Dart_KernelCompilationVerbosityLevel
Available extensions

Values

Dart_KernelCompilationVerbosityLevel_Error → const Dart_KernelCompilationVerbosityLevel
const Dart_KernelCompilationVerbosityLevel(0)
Dart_KernelCompilationVerbosityLevel_Warning → const Dart_KernelCompilationVerbosityLevel
const Dart_KernelCompilationVerbosityLevel(1)
Dart_KernelCompilationVerbosityLevel_Info → const Dart_KernelCompilationVerbosityLevel
const Dart_KernelCompilationVerbosityLevel(2)
Dart_KernelCompilationVerbosityLevel_All → const Dart_KernelCompilationVerbosityLevel
const Dart_KernelCompilationVerbosityLevel(3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
value int
final

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

Constants

values → const List<Dart_KernelCompilationVerbosityLevel>
A constant List of the values in this enum, in order of their declaration.