string property Null safety
inherited
The value of this fragment as a String.
Implementation
String? get string;
Implementation
set string(String? value);
The value of this fragment as a String.
String? get string;
set string(String? value);