menu
ews package
documentation
ComplexProperties/DictionaryProperty.dart
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
GetEntryXmlElementName method
GetEntryXmlElementName method
dark_mode
light_mode
GetEntryXmlElementName
method
String
GetEntryXmlElementName
(
TEntry?
entry
)
Gets the name of the entry XML element.
The entry.
Implementation
String GetEntryXmlElementName(TEntry? entry) { return XmlElementNames.Entry; }
ews package
documentation
ComplexProperties/DictionaryProperty
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
GetEntryXmlElementName method
DictionaryProperty class