Flutter
webdriver.sync_io
LogEntry
LogEntry const constructor
LogEntry
LogEntry
constructor
Null safety
const
LogEntry
(
String
?
message
,
DateTime
timestamp
,
String
?
level
)
Implementation
const LogEntry(this.message, this.timestamp, this.level);
Flutter
webdriver.sync_io
LogEntry
LogEntry const constructor
LogEntry class
Constructors
LogEntry
fromMap
Properties
hashCode
level
message
runtimeType
timestamp
Methods
noSuchMethod
toString
Operators
operator ==