LogEntrySource enum Null safety
Constructors
- LogEntrySource(String value)
-
const
- LogEntrySource.fromJson(String value)
-
factory
Values
- xml → const LogEntrySource
-
LogEntrySource('xml')
- javascript → const LogEntrySource
-
LogEntrySource('javascript')
- network → const LogEntrySource
-
LogEntrySource('network')
- storage → const LogEntrySource
-
LogEntrySource('storage')
- appcache → const LogEntrySource
-
LogEntrySource('appcache')
- rendering → const LogEntrySource
-
LogEntrySource('rendering')
- security → const LogEntrySource
-
LogEntrySource('security')
- deprecation → const LogEntrySource
-
LogEntrySource('deprecation')
- worker → const LogEntrySource
-
LogEntrySource('worker')
- violation → const LogEntrySource
-
LogEntrySource('violation')
- intervention → const LogEntrySource
-
LogEntrySource('intervention')
- recommendation → const LogEntrySource
-
LogEntrySource('recommendation')
- other → const LogEntrySource
-
LogEntrySource('other')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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.
[xml, javascript, network, storage, appcache, rendering, security, deprecation, worker, violation, intervention, recommendation, other]