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

Constants

MEDIA_KEYERR_CLIENT int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_CLIENT')
2
MEDIA_KEYERR_DOMAIN int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_DOMAIN')
6
MEDIA_KEYERR_HARDWARECHANGE int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_HARDWARECHANGE')
5
MEDIA_KEYERR_OUTPUT int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_OUTPUT')
4
MEDIA_KEYERR_SERVICE int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_SERVICE')
3
MEDIA_KEYERR_UNKNOWN int

@DocsEditable(), @DomName('MediaKeyError.MEDIA_KEYERR_UNKNOWN')
1

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

MediaKeyError.internal_()

Properties

code int

@DocsEditable(), @DomName('MediaKeyError.code'), read-only
systemCode int

@DocsEditable(), @DomName('MediaKeyError.systemCode'), @Experimental(), read-only
hashCode int

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited