List<KVData> get KVDataList { return ($$context$$['KVDataList'] as mpjs.JSArray) .value() .map((it) => KVData($$context$$: it)) .toList(); }