menu
ics package
documentation
i_calendar.dart
TextValue
TextValue.new const constructor
TextValue.new const constructor
dark_mode
light_mode
TextValue
constructor
const
TextValue
(
String
value
, {
bool
escapeCharacters
=
true
,
})
Implementation
const TextValue( String value, { this.escapeCharacters = true, }) : super(value, ValueType.text);
ics package
documentation
i_calendar
TextValue
TextValue.new const constructor
TextValue class