PlayerLog class

This file is a part of media_kit (https://github.com/media-kit/media-kit).

A log message sent by the libmpv backend.

Constructors

PlayerLog({required String prefix, required String level, required String text})
PlayerLog
const

Properties

hashCode int
The hash code for this object.
no setterinherited
level String
The log level.
final
prefix String
The sender of the message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The log message.
final

Methods

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

Operators

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