Get the List value of this JSON value, or null if other type.
List<Json>? get asListOrNull => value is List<Json> ? value as List<Json> : null;