string property

String? string

Implementation

String? get string => value is String ? value as String? : null;