List<Map<String, dynamic>> listEncode( final List<Serialisable> items, { final bool growable = false, }) => list.encode(items, growable: growable);