status property

String get status

Implementation

String get status {
  return data?[getField(listProps?["statusField"])]?.toString() ?? "";
}