VoltronArray class
Constructors
- VoltronArray()
- VoltronArray.copy(VoltronArray old)
- VoltronArray.fromList(List list)
Properties
Methods
-
clear(
) → void -
get<
T extends Object> (int index) → T? -
getArray(
int index) → VoltronArray? -
getLastItemByOrder<
T extends Object> ([int order = 1]) → T? - 获取数组中倒数第n项元素(order: 第n项)(默认:order = 1,返回倒数第一项的元素)
-
getString(
int index) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
push<
T> (T obj) → void -
pushNull(
) → void -
set<
T> (int index, T obj) → void -
size(
) → int -
toDeepVoltronArray(
) → VoltronArray - ensure deep to Voltron
-
toList(
) → List -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override