profileName property
String
get
profileName
Implementation
String get profileName {
return data?[getField(listProps?["profileNameField"])] ?? "";
}
String get profileName {
return data?[getField(listProps?["profileNameField"])] ?? "";
}