stageName property
Stage name for display, preferring columnName with fallback to status.
Implementation
String get stageName => columnName ?? status;
Stage name for display, preferring columnName with fallback to status.
String get stageName => columnName ?? status;