Inheritance
Annotations
  • DocsEditable()
  • DomName('MediaKeyError')
  • Experimental()

Constants

MEDIA_KEYERR_CLIENT int

2
MEDIA_KEYERR_DOMAIN int

6
MEDIA_KEYERR_HARDWARECHANGE int

5
MEDIA_KEYERR_OUTPUT int

4
MEDIA_KEYERR_SERVICE int

3
MEDIA_KEYERR_UNKNOWN int

1

Static Methods

internalCreateMediaKeyError() MediaKeyError

Constructors

MediaKeyError.internal_()

Properties

read / write, inherited
code int

read-only
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
systemCode int

read-only

Operators

operator ==(other) bool

The equality operator.

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited