menu
ews package
documentation
ComplexProperties/DictionaryProperty.dart
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
GetFieldIndex method
GetFieldIndex method
dark_mode
light_mode
GetFieldIndex
method
String
GetFieldIndex
(
TKey?
key
)
Gets the index of the field.
The key.
Implementation
String GetFieldIndex(TKey? key) { return key.toString().split(".").last; }
ews package
documentation
ComplexProperties/DictionaryProperty
DictionaryProperty<TKey, TEntry extends DictionaryEntryProperty<TKey>>
GetFieldIndex method
DictionaryProperty class