values property

  1. @override
Map<int, Object?> values
final

the actual values, accepts null

Maps type index to value

Implementation

@override
final Map<int, Object?> values;