currentValueType property

Type? currentValueType

returns current value runtime type

Implementation

Type? get currentValueType => _value?.runtimeType;