string property

String? string

Optional string

Implementation

String? get string => _type == Type.string ? _rawString : null;