pip_services3_commons
pip_services3_commons
AnyValueArray
AnyValueArray.fromJson factory constructor
AnyValueArray.fromJson
pip_services3_commons
pip_services3_commons
AnyValueArray
AnyValueArray.fromJson factory constructor
AnyValueArray class
Constructors
AnyValueArray
fromJson
Properties
length
first
hashCode
isEmpty
isNotEmpty
iterator
last
reversed
runtimeType
single
Methods
append
clear
clone
contains
containsAsType
fromJson
get
getAsArray
getAsArrayWithDefault
getAsBoolean
getAsBooleanWithDefault
getAsDateTime
getAsDateTimeWithDefault
getAsDouble
getAsDoubleWithDefault
getAsDuration
getAsDurationWithDefault
getAsFloat
getAsFloatWithDefault
getAsInteger
getAsIntegerWithDefault
getAsLong
getAsLongWithDefault
getAsMap
getAsMapWithDefault
getAsNullableArray
getAsNullableBoolean
getAsNullableDateTime
getAsNullableDouble
getAsNullableDuration
getAsNullableFloat
getAsNullableInteger
getAsNullableLong
getAsNullableMap
getAsNullableString
getAsNullableType
getAsObject
getAsString
getAsStringWithDefault
getAsType
getAsTypeWithDefault
getAsValue
getValue
innerValue
put
setAsObject
toJson
toString
add
addAll
any
asMap
cast
elementAt
every
expand
fillRange
firstWhere
fold
followedBy
forEach
getRange
indexOf
indexWhere
insert
insertAll
join
lastIndexOf
lastIndexWhere
lastWhere
map
noSuchMethod
reduce
remove
removeAt
removeLast
removeRange
removeWhere
replaceRange
retainWhere
setAll
setRange
shuffle
singleWhere
skip
skipWhile
sort
sublist
take
takeWhile
toList
toSet
where
whereType
Operators
operator []
operator []=
operator +
operator ==
Static methods
fromString
fromValue
fromValues
AnyValueArray.fromJson
constructor
AnyValueArray.fromJson
(
Map
<
String
,
dynamic
>
json
)
Creates a new instance of the array from JSON.
json
values to initialize this array.