Dart SDK
dart:html
MediaError
property runtimeType
runtimeType
class MediaError
Properties
code
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
MEDIA_ERR_ABORTED
MEDIA_ERR_DECODE
MEDIA_ERR_NETWORK
MEDIA_ERR_SRC_NOT_SUPPORTED
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType