profileName property

String get profileName

Implementation

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