LogEntrySource enum

Inheritance

Constructors

LogEntrySource(String value)
const
LogEntrySource.fromJson(String value)
factory

Values

xml → const LogEntrySource
const LogEntrySource('xml')
javascript → const LogEntrySource
const LogEntrySource('javascript')
network → const LogEntrySource
const LogEntrySource('network')
storage → const LogEntrySource
const LogEntrySource('storage')
appcache → const LogEntrySource
const LogEntrySource('appcache')
rendering → const LogEntrySource
const LogEntrySource('rendering')
security → const LogEntrySource
const LogEntrySource('security')
deprecation → const LogEntrySource
const LogEntrySource('deprecation')
worker → const LogEntrySource
const LogEntrySource('worker')
violation → const LogEntrySource
const LogEntrySource('violation')
intervention → const LogEntrySource
const LogEntrySource('intervention')
recommendation → const LogEntrySource
const LogEntrySource('recommendation')
other → const LogEntrySource
const LogEntrySource('other')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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