valueCopy property

T? valueCopy

Implementation

T? get valueCopy => valueCopier != null ? valueCopier!(value) : null;