pip_services3_commons
pip_services3_commons
ArrayConverter
toNullableArray method
toNullableArray
pip_services3_commons
pip_services3_commons
ArrayConverter
toNullableArray method
ArrayConverter class
Constructors
ArrayConverter
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
listToArray
toArray
toArrayWithDefault
toNullableArray
toNullableArray
method
List
toNullableArray
(
dynamic
value
)
Converts value into array object. Single values are converted into arrays with a single element.
value
the value to convert.
Returns array object or null when value is null.