asList property

List<Json> get asList

Get the List value of this JSON value, or throw if other type.

Implementation

List<Json> get asList => value as List<Json>;