value property

T? value

A getter to access your data value

Implementation

T? get value => _value;