cast<T extends JsonValue> method

List<T> cast<T extends JsonValue>()
override

Casts the elements of this array to the given type T.

Implementation

List<T> cast<T extends JsonValue>() => _value.cast<T>();