path property

String? get path

Implementation

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