MVCArray<T> class

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

Constructors

MVCArray([List<T>? array])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindTo(String? key, MVCObject? target, [String? targetKey, bool? noNotify]) → void
inherited
clear() → void
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