isList property

bool get isList

Return true iff this JSON value is a List.

Implementation

bool get isList => value is List<Json>;