allValues property

Future<List<Tuple2<ValueWithType, ValueWithType>>> allValues

Gets (reloads if applicable) all values associated with this server Implementations are allowed to set certain large values to 'null' to allow lazy loading using get

Implementation

Future<List<Tuple2<ValueWithType, ValueWithType>>> get allValues;