stringValue method

String? stringValue()

Implementation

String? stringValue() => modelValue is String ? modelValue : null;