MediaList class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

MediaList.new()
factory

Properties

appendMedium ↔ void Function(String)

Available on MediaList, provided by the MediaList$Typings extension

getter/setter pair
deleteMedium ↔ void Function(String)

Available on MediaList, provided by the MediaList$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
item String? Function(num)

Available on MediaList, provided by the MediaList$Typings extension

getter/setter pair
length num

Available on MediaList, provided by the MediaList$Typings extension

MDN Reference
no setter
mediaText String

Available on MediaList, provided by the MediaList$Typings extension

MDN Reference
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toString$ String Function()

Available on MediaList, provided by the MediaList$Typings extension

getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](num index) String

Available on MediaList, provided by the MediaList$Typings extension

operator []=(num index, String value) → void

Available on MediaList, provided by the MediaList$Typings extension