val property

T? val

Implementation

T? get val => this == null ? null : this!.value;