SmartArrayNoDuplicate<T> class

class SmartArrayNoDuplicate

Inheritance
Annotations
  • @JS()

Constructors

SmartArrayNoDuplicate()

Properties

data List<T>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
length num
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

concat(dynamic array) → void
inherited
concatWithNoDuplicate(dynamic array) → void
contains(T value) bool
inherited
dispose() → void
inherited
forEach(void func(T content)) → void
inherited
indexOf(T value) num
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
push(T value) → void
override
pushNoDuplicate(T value) bool
reset() → void
override
sort(num compareFn(T a, T b)) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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