MVCArray<T> class

Inheritance
Available extensions
Annotations
  • @JS('google.maps.MVCArray')

Constructors

MVCArray([List<T>? array])

Properties

array List<T>?

Available on MVCArray<T>, provided by the MVCArray$Ext extension

no setter
hashCode int
The hash code for this object.
no setterinherited
length num?

Available on MVCArray<T>, provided by the MVCArray$Ext extension

no setter
onInsertAt Stream<num>

Available on MVCArray<T>, provided by the MVCArray$Ext extension

no setter
onRemoveAt Stream<List>

Available on MVCArray<T>, provided by the MVCArray$Ext extension

no setter
onSetAt Stream<List>

Available on MVCArray<T>, provided by the MVCArray$Ext extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Object?

Available on MVCObject, provided by the MVCObject$Ext extension

no getter

Methods

addListener(String? eventName, Function? handler) MapsEventListener?

Available on MVCObject, provided by the MVCObject$Ext extension

bindTo(String? key, MVCObject? target, [String? targetKey, bool? noNotify]) → void
inherited
clear() → void
forEach(void callback(T, num?)?) → void

Available on MVCArray<T>, provided by the MVCArray$Ext extension

get(String? key) Object?
inherited
getAt(num? i) → T
insertAt(num? i, T elem) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String? key) → void
inherited
pop() → T
push(T elem) num?
removeAt(num? i) → T
set(String? key, Object? value) → void
inherited
setAt(num? i, T elem) → void
toString() String
A string representation of this object.
inherited
unbind(String? key) → void
inherited
unbindAll() → void
inherited

Operators

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