value property

  1. @override
Object? value
final

the actual value, accepts null

when there are multiple nullable types, the actual type is then determined using typeIndex

Implementation

@override
final Object? value;